Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Unified Diff: net/http/http_network_session.cc

Issue 2850653002: Enable NetProxyPreconnects experiment by default (Closed)
Patch Set: xunjieli comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_network_session.h ('k') | net/http/http_stream_factory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 45e7cebbcce74884a16f430eecabe474590844b7..8aa8a2954485277f045017bc7aa8b0e1f041e6da 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -146,8 +146,7 @@ HttpNetworkSession::Params::Params()
quic_estimate_initial_rtt(false),
proxy_delegate(nullptr),
enable_token_binding(false),
- http_09_on_non_default_ports_enabled(false),
- restrict_to_one_preconnect_for_proxies(false) {
+ http_09_on_non_default_ports_enabled(false) {
quic_supported_versions.push_back(QUIC_VERSION_37);
}
« no previous file with comments | « net/http/http_network_session.h ('k') | net/http/http_stream_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698