| Index: net/quic/crypto/quic_crypto_client_config.cc
|
| diff --git a/net/quic/crypto/quic_crypto_client_config.cc b/net/quic/crypto/quic_crypto_client_config.cc
|
| index 2d8afde82475bde1ae9649b9303c56dca20e3415..96369ddb19bb8e19c47825cafa5e684e5369283a 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.cc
|
| +++ b/net/quic/crypto/quic_crypto_client_config.cc
|
| @@ -698,9 +698,8 @@
|
| if (i == canoncial_suffixes_.size())
|
| return;
|
|
|
| - QuicSessionKey suffix_server_key(canoncial_suffixes_[i], server_key.port(),
|
| - server_key.is_https(),
|
| - server_key.privacy_mode());
|
| + QuicSessionKey suffix_server_key(
|
| + canoncial_suffixes_[i], server_key.port(), server_key.is_https());
|
| if (!ContainsKey(canonical_server_map_, suffix_server_key)) {
|
| // This is the first host we've seen which matches the suffix, so make it
|
| // canonical.
|
|
|