| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index 49194e90b3d71dfb6c2b2142953028ae446d89d2..e9d674874e76f7d95fda6b645dcfc1a4a4e2d819 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -93,6 +93,8 @@ 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.
|
| +const QuicTag kUACV = TAG('U', 'A', 'C', 'V'); // User Agent Client Version.
|
| +
|
|
|
| // Server hello tags
|
| const QuicTag kCADR = TAG('C', 'A', 'D', 'R'); // Client IP address and port
|
|
|