Index: net/quic/core/quic_crypto_server_stream.h |
diff --git a/net/quic/core/quic_crypto_server_stream.h b/net/quic/core/quic_crypto_server_stream.h |
index 92cf1762392e343dd19c33229041bebd8f6b324b..a48f6b6a4ecc6ca93ba473b68301ff0a4961bade 100644 |
--- a/net/quic/core/quic_crypto_server_stream.h |
+++ b/net/quic/core/quic_crypto_server_stream.h |
@@ -230,6 +230,9 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream |
// becomes the default. |
bool peer_supports_stateless_rejects_; |
+ // Size of the packet containing the most recently received CHLO. |
+ QuicByteCount chlo_packet_size_; |
+ |
DISALLOW_COPY_AND_ASSIGN(QuicCryptoServerStream); |
}; |