| Index: net/tools/quic/end_to_end_test.cc
|
| diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
|
| index 024f467bec4c2985b5a31f741014fc0997e679f6..f29af9664658b1641e6493473d13e20d5065437b 100644
|
| --- a/net/tools/quic/end_to_end_test.cc
|
| +++ b/net/tools/quic/end_to_end_test.cc
|
| @@ -198,9 +198,6 @@ class EndToEndTest : public ::testing::TestWithParam<TestParams> {
|
|
|
| VLOG(1) << "Using Configuration: " << GetParam();
|
|
|
| - client_config_.SetDefaults();
|
| - server_config_.SetDefaults();
|
| -
|
| // Use different flow control windows for client/server.
|
| client_config_.SetInitialFlowControlWindowToSend(
|
| 2 * kInitialSessionFlowControlWindowForTest);
|
|
|