Use string literal for HTTP/3 setting identifiers.
gfe-relnote: protected by disabled v99 flag.
PiperOrigin-RevId: 270737244
Change-Id: I961d82227863f6c1422d19e43473eb52ceedb86b
diff --git a/quic/core/http/spdy_utils.h b/quic/core/http/spdy_utils.h
index 4b962c2..43bca5e 100644
--- a/quic/core/http/spdy_utils.h
+++ b/quic/core/http/spdy_utils.h
@@ -9,6 +9,7 @@
#include <cstdint>
#include <string>
+#include "net/third_party/quiche/src/quic/core/http/http_constants.h"
#include "net/third_party/quiche/src/quic/core/http/quic_header_list.h"
#include "net/third_party/quiche/src/quic/core/quic_packets.h"
#include "net/third_party/quiche/src/quic/platform/api/quic_export.h"
@@ -50,6 +51,10 @@
// which must be fully-qualified.
static bool PopulateHeaderBlockFromUrl(const std::string url,
spdy::SpdyHeaderBlock* headers);
+
+ // Returns HTTP/3 SETTINGS identifier as a string.
+ static std::string H3SettingsToString(
+ Http3AndQpackSettingsIdentifiers identifier);
};
} // namespace quic