Chromium Code Reviews| Index: net/http/http_network_session.h |
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
| index 1c3d6a992eee371e1669ae0bffdcd4a986d6209b..ae2e7c2e7f92dbaca9c524fc394b41e74eb7ddc8 100644 |
| --- a/net/http/http_network_session.h |
| +++ b/net/http/http_network_session.h |
| @@ -153,8 +153,9 @@ class NET_EXPORT HttpNetworkSession |
| // Delay starting a TCP connection when QUIC believes it can speak |
| // 0-RTT to a server. |
| bool quic_delay_tcp_race; |
| - // Store server configs in HttpServerProperties, instead of the disk cache. |
| - bool quic_store_server_configs_in_properties; |
| + // Number of server configs that are to be stored in HttpServerProperties, |
| + // instead of the disk cache. |
| + int quic_number_of_server_configs_stored_in_properties; |
|
Ryan Hamilton
2016/01/12 19:54:56
nit: s/number_of/max/
ramant (doing other things)
2016/01/14 00:14:01
Done.
|
| // If not empty, QUIC will be used for all connections to this origin. |
| HostPortPair origin_to_force_quic_on; |
| // Source of time for QUIC connections. Will be owned by QuicStreamFactory. |