Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index 764eb011a73b1e262ff98795ac21538d86e441b8..8b276cf789478dd432639c2d3ec06a61f8670f92 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -80,6 +80,8 @@ const QuicTag kPROF = TAG('P', 'R', 'O', 'F'); // Proof (signature). |
const QuicTag kCCS = TAG('C', 'C', 'S', 0); // Common certificate set |
const QuicTag kCCRT = TAG('C', 'C', 'R', 'T'); // Cached certificate |
const QuicTag kEXPY = TAG('E', 'X', 'P', 'Y'); // Expiry |
+const QuicTag kIFCW = TAG('I', 'F', 'C', 'W'); // Initial flow control receive |
+ // window. |
// Server hello tags |
const QuicTag kCADR = TAG('C', 'A', 'D', 'R'); // Client IP address and port |