| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index ed5a93074af2cac24bc92bb2a0237568521417f5..f13156a94a0d16bf81930ec18e7ae429aaaca2af 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -105,7 +105,6 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| bool always_require_handshake_confirmation,
|
| bool disable_connection_pooling,
|
| int load_server_info_timeout,
|
| - bool disable_loading_server_info_for_new_servers,
|
| float load_server_info_timeout_srtt_multiplier,
|
| bool enable_truncated_connection_ids,
|
| const QuicTagVector& connection_options);
|
| @@ -297,11 +296,6 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| // |load_server_info_timeout_ms_| to 0.
|
| int load_server_info_timeout_ms_;
|
|
|
| - // Set to disable loading of QUIC server information from disk cache for new
|
| - // servers. New servers are those servers for which there is no QUIC protocol
|
| - // entry in AlternateProtocolMap.
|
| - bool disable_loading_server_info_for_new_servers_;
|
| -
|
| // Specifies the ratio between time to load QUIC server information from disk
|
| // cache to 'smoothed RTT'. This ratio is used to calculate the timeout in
|
| // milliseconds to wait for loading of QUIC server information. If we don't
|
|
|