Index: net/quic/quic_stream_factory.h |
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h |
index 9a7cfe5e74e60496e85c1bbb032ed5cdbd0dbf87..f71b3e90d6ee785c8bfb672a6e9509fa69f229ce 100644 |
--- a/net/quic/quic_stream_factory.h |
+++ b/net/quic/quic_stream_factory.h |
@@ -149,6 +149,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory |
bool delay_tcp_race, |
int max_server_configs_stored_in_properties, |
bool close_sessions_on_ip_change, |
+ bool disable_quic_when_connection_times_out_with_open_streams, |
int idle_connection_timeout_seconds, |
bool migrate_sessions_on_network_change, |
const QuicTagVector& connection_options); |