| Index: net/tools/quic/quic_server_session_test.cc
|
| diff --git a/net/tools/quic/quic_server_session_test.cc b/net/tools/quic/quic_server_session_test.cc
|
| index c8f8bce227beb62d635bfa288faa3af5e702b1e7..c093b544412429ef1181781b0a9e72579c0d1718 100644
|
| --- a/net/tools/quic/quic_server_session_test.cc
|
| +++ b/net/tools/quic/quic_server_session_test.cc
|
| @@ -71,8 +71,6 @@ class QuicServerSessionTest : public ::testing::TestWithParam<QuicVersion> {
|
| QuicRandom::GetInstance()) {
|
| config_.SetMaxStreamsPerConnection(kMaxStreamsForTest,
|
| kMaxStreamsForTest);
|
| - config_.SetInitialFlowControlWindowToSend(
|
| - kInitialSessionFlowControlWindowForTest);
|
| config_.SetInitialStreamFlowControlWindowToSend(
|
| kInitialStreamFlowControlWindowForTest);
|
| config_.SetInitialSessionFlowControlWindowToSend(
|
|
|