| Index: net/quic/crypto/quic_crypto_server_config.h
|
| diff --git a/net/quic/crypto/quic_crypto_server_config.h b/net/quic/crypto/quic_crypto_server_config.h
|
| index 676d1adfc96ef76c1e9cd00dc4871d697f7f35d4..b6d9e3f11b3444012bbe8ed525378dab7911eb1b 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config.h
|
| +++ b/net/quic/crypto/quic_crypto_server_config.h
|
| @@ -297,6 +297,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
|
| // |cached_network_params| is optional, and can be nullptr.
|
| bool BuildServerConfigUpdateMessage(
|
| QuicVersion version,
|
| + base::StringPiece chlo_hash,
|
| const SourceAddressTokens& previous_source_address_tokens,
|
| const IPAddress& server_ip,
|
| const IPAddress& client_ip,
|
|
|