Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index bdac1b3ee6a48e870296b6e566ebc68aff014713..b3dabab6e6df6d177e39e67f2d895ac8466f2904 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -73,6 +73,7 @@ const QuicTag kFHDR = TAG('F', 'H', 'D', 'R'); // FEC protect headers |
// Enable bandwidth resumption experiment. |
const QuicTag kBWRE = TAG('B', 'W', 'R', 'E'); // Bandwidth resumption. |
+const QuicTag kBWMX = TAG('B', 'W', 'M', 'X'); // Max bandwidth resumption. |
// Proof types (i.e. certificate types) |
// NOTE: although it would be silly to do so, specifying both kX509 and kX59R |