| 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 90dc265170043216658f1e63e93ca40ab728e8c0..1f668af24cf8b2dabceec8bdb1c61149a5f5ae01 100644
|
| --- a/net/quic/crypto/quic_crypto_client_config.cc
|
| +++ b/net/quic/crypto/quic_crypto_client_config.cc
|
| @@ -56,7 +56,9 @@ void RecordServerConfigState(ServerConfigState server_config_state) {
|
| } // namespace
|
|
|
| QuicCryptoClientConfig::QuicCryptoClientConfig()
|
| - : disable_ecdsa_(false) {}
|
| + : disable_ecdsa_(false) {
|
| + SetDefaults();
|
| +}
|
|
|
| QuicCryptoClientConfig::~QuicCryptoClientConfig() {
|
| STLDeleteValues(&cached_states_);
|
|
|