Index: net/quic/quic_http_stream_test.cc |
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc |
index 35321d9b0b2d81df4278f1e158d1b785dce1250d..b6ecc776dba8d4633cff35d5871c7dfbcb58f414 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -225,7 +225,6 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> { |
connection_->set_visitor(&visitor_); |
connection_->SetSendAlgorithm(send_algorithm_); |
connection_->SetReceiveAlgorithm(receive_algorithm_); |
- crypto_config_.SetDefaults(); |
session_.reset( |
new QuicClientSession(connection_, |
scoped_ptr<DatagramClientSocket>(socket), |