| Index: net/quic/core/crypto/quic_crypto_server_config.h
|
| diff --git a/net/quic/core/crypto/quic_crypto_server_config.h b/net/quic/core/crypto/quic_crypto_server_config.h
|
| index f8d60806d5291e5fd842173c7bfd351bff279a3c..354f1238cba02002f60fff669c6ee5d49b51a44b 100644
|
| --- a/net/quic/core/crypto/quic_crypto_server_config.h
|
| +++ b/net/quic/core/crypto/quic_crypto_server_config.h
|
| @@ -545,7 +545,6 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
|
| void EvaluateClientHello(
|
| const IPAddress& server_ip,
|
| QuicVersion version,
|
| - const uint8_t* primary_orbit,
|
| scoped_refptr<Config> requested_config,
|
| scoped_refptr<Config> primary_config,
|
| QuicCryptoProof* crypto_proof,
|
| @@ -567,7 +566,6 @@ class NET_EXPORT_PRIVATE QuicCryptoServerConfig {
|
| bool found_error,
|
| const IPAddress& server_ip,
|
| QuicVersion version,
|
| - const uint8_t* primary_orbit,
|
| scoped_refptr<Config> requested_config,
|
| scoped_refptr<Config> primary_config,
|
| QuicCryptoProof* crypto_proof,
|
|
|