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 f250ccae1bcbbf6951f842b7cda49639282f8246..2f0367040178db2378e218479dd708dbbcab3dac 100644 |
| --- a/net/http/http_network_session.h |
| +++ b/net/http/http_network_session.h |
| @@ -175,6 +175,8 @@ class NET_EXPORT HttpNetworkSession |
| bool quic_close_sessions_on_ip_change; |
| // Specifes QUIC idle connection state lifetime. |
| int quic_idle_connection_timeout_seconds; |
| + // If true, disable preconnections if QUIC can do 0RTT. |
| + bool disable_preconnects; |
|
Ryan Hamilton
2015/12/05 04:16:17
I would suggest something like:
bool quic_disable
ramant (doing other things)
2015/12/07 20:05:39
Done.
|
| ProxyDelegate* proxy_delegate; |
| }; |