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 a3fa12bf2abee3e214b6aa518f32121556c5e61a..0e3b76ee5c84fa869d9060271f2ec1349776ef62 100644 |
--- a/net/quic/quic_end_to_end_unittest.cc |
+++ b/net/quic/quic_end_to_end_unittest.cc |
@@ -130,8 +130,6 @@ class QuicEndToEndTest : public PlatformTest { |
net::IPAddressNumber ip; |
CHECK(net::ParseIPLiteralToNumber("127.0.0.1", &ip)); |
server_address_ = IPEndPoint(ip, 0); |
- server_config_.SetInitialFlowControlWindowToSend( |
- kInitialSessionFlowControlWindowForTest); |
server_config_.SetInitialStreamFlowControlWindowToSend( |
kInitialStreamFlowControlWindowForTest); |
server_config_.SetInitialSessionFlowControlWindowToSend( |