| Index: net/quic/quic_end_to_end_unittest.cc
|
| diff --git a/net/quic/quic_end_to_end_unittest.cc b/net/quic/quic_end_to_end_unittest.cc
|
| index ad0643dadb2248ab4de25b7541b8e841295c5ed2..b589bc64ea0f60e79d698ed3391ea9325ba8f259 100644
|
| --- a/net/quic/quic_end_to_end_unittest.cc
|
| +++ b/net/quic/quic_end_to_end_unittest.cc
|
| @@ -133,7 +133,6 @@ class QuicEndToEndTest : public PlatformTest {
|
| net::IPAddressNumber ip;
|
| CHECK(net::ParseIPLiteralToNumber("127.0.0.1", &ip));
|
| server_address_ = IPEndPoint(ip, 0);
|
| - server_config_.SetDefaults();
|
| server_config_.SetInitialFlowControlWindowToSend(
|
| kInitialSessionFlowControlWindowForTest);
|
| server_config_.SetInitialStreamFlowControlWindowToSend(
|
|
|