| 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 5676fc1d4eca2ed54cacd31b1cee0c613b9d9a28..ed3e0b015afdb3bc22e07013d5252ce0193fa40f 100644
|
| --- a/net/tools/quic/end_to_end_test.cc
|
| +++ b/net/tools/quic/end_to_end_test.cc
|
| @@ -170,7 +170,7 @@ class EndToEndTest : public ::testing::TestWithParam<TestParams> {
|
| FLAGS_enable_quic_stream_flow_control_2 = true;
|
| }
|
| if (negotiated_version_ >= QUIC_VERSION_19) {
|
| - FLAGS_enable_quic_connection_flow_control = true;
|
| + FLAGS_enable_quic_connection_flow_control_2 = true;
|
| }
|
| VLOG(1) << "Using Configuration: " << GetParam();
|
|
|
|
|