Index: net/quic/crypto/quic_crypto_client_config.h |
diff --git a/net/quic/crypto/quic_crypto_client_config.h b/net/quic/crypto/quic_crypto_client_config.h |
index 9401a93c0ef1a6efd7e226043199220f5211b357..b3063922a4a39da9271f5d14a4bce5d17de88144 100644 |
--- a/net/quic/crypto/quic_crypto_client_config.h |
+++ b/net/quic/crypto/quic_crypto_client_config.h |
@@ -234,6 +234,7 @@ class NET_EXPORT_PRIVATE QuicCryptoClientConfig : public QuicCryptoConfig { |
// signature are placed in the CETV value of the CHLO. |
QuicErrorCode FillClientHello(const QuicServerId& server_id, |
QuicConnectionId connection_id, |
+ const QuicVersion actual_version, |
const QuicVersion preferred_version, |
const CachedState* cached, |
QuicWallTime now, |