Index: net/quic/core/quic_session.cc |
diff --git a/net/quic/core/quic_session.cc b/net/quic/core/quic_session.cc |
index 453d3b78473ba828130c92403ee1d86b7b49b9a0..0a18e560648d2c97f0f612b66b5acd3161c18d2f 100644 |
--- a/net/quic/core/quic_session.cc |
+++ b/net/quic/core/quic_session.cc |
@@ -445,8 +445,7 @@ void QuicSession::OnConfigNegotiated() { |
max_streams = config_.MaxStreamsPerConnection(); |
} |
set_max_open_outgoing_streams(max_streams); |
- if (FLAGS_quic_reloadable_flag_quic_large_ifw_options && |
- perspective() == Perspective::IS_SERVER) { |
+ if (perspective() == Perspective::IS_SERVER) { |
if (config_.HasReceivedConnectionOptions()) { |
// The following variations change the initial receive flow control |
// window sizes. |