Index: net/quic/crypto/crypto_protocol.h |
diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h |
index 18dbc0cdbc61623e2e6a073703c03a68bd381430..841208054c086b8d514e4beb7bbadf90fc8c839c 100644 |
--- a/net/quic/crypto/crypto_protocol.h |
+++ b/net/quic/crypto/crypto_protocol.h |
@@ -147,6 +147,7 @@ const QuicTag kCFCW = TAG('C', 'F', 'C', 'W'); // Initial session/connection |
// flow control receive window. |
const QuicTag kUAID = TAG('U', 'A', 'I', 'D'); // Client's User Agent ID. |
const QuicTag kXLCT = TAG('X', 'L', 'C', 'T'); // Expected leaf certificate. |
+const QuicTag kTBKP = TAG('T', 'B', 'K', 'P'); // Token Binding key params. |
// Rejection tags |
const QuicTag kRREJ = TAG('R', 'R', 'E', 'J'); // Reasons for server sending |