| Index: net/quic/test_tools/crypto_test_utils.cc
|
| diff --git a/net/quic/test_tools/crypto_test_utils.cc b/net/quic/test_tools/crypto_test_utils.cc
|
| index fe7e8721ccf1b4d1f44e30ffb3398509132a7c65..9f4dc8bf73342942cc16736f8cdde9944fe66a91 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.cc
|
| +++ b/net/quic/test_tools/crypto_test_utils.cc
|
| @@ -219,8 +219,6 @@ int CryptoTestUtils::HandshakeWithFakeClient(
|
| TestClientSession client_session(client_conn, DefaultQuicConfig());
|
| QuicCryptoClientConfig crypto_config;
|
|
|
| - client_session.config()->SetDefaults();
|
| - crypto_config.SetDefaults();
|
| if (!options.dont_verify_certs) {
|
| // TODO(wtc): replace this with ProofVerifierForTesting() when we have
|
| // a working ProofSourceForTesting().
|
| @@ -273,7 +271,6 @@ void CryptoTestUtils::SetupCryptoServerConfigForTest(
|
| QuicRandom* rand,
|
| QuicConfig* config,
|
| QuicCryptoServerConfig* crypto_config) {
|
| - config->SetDefaults();
|
| QuicCryptoServerConfig::ConfigOptions options;
|
| options.channel_id_enabled = true;
|
| scoped_ptr<CryptoHandshakeMessage> scfg(
|
|
|