| Index: net/quic/core/quic_session_test.cc
|
| diff --git a/net/quic/core/quic_session_test.cc b/net/quic/core/quic_session_test.cc
|
| index a5451e791707984fb8cc7cea4b66980518b209ba..8f241cfc38e453a5786033e95e301507d1a33c42 100644
|
| --- a/net/quic/core/quic_session_test.cc
|
| +++ b/net/quic/core/quic_session_test.cc
|
| @@ -1094,7 +1094,6 @@ TEST_P(QuicSessionTestServer, InvalidSessionFlowControlWindowInHandshake) {
|
|
|
| // Test negotiation of custom server initial flow control window.
|
| TEST_P(QuicSessionTestServer, CustomFlowControlWindow) {
|
| - FLAGS_quic_reloadable_flag_quic_large_ifw_options = true;
|
| QuicTagVector copt;
|
| copt.push_back(kIFW7);
|
| QuicConfigPeer::SetReceivedConnectionOptions(session_.config(), copt);
|
|
|