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

Unified Diff: net/spdy/chromium/spdy_test_util_common.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/spdy/chromium/spdy_test_util_common.h ('k') | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/spdy_test_util_common.cc
diff --git a/net/spdy/chromium/spdy_test_util_common.cc b/net/spdy/chromium/spdy_test_util_common.cc
index f7499421cacb23248f7b3dca6f29c5f0bb81f7d1..fd683c4885cd5d9f3842d5cd87afaf3428f4b52c 100644
--- a/net/spdy/chromium/spdy_test_util_common.cc
+++ b/net/spdy/chromium/spdy_test_util_common.cc
@@ -350,7 +350,6 @@ SpdySessionDependencies::SpdySessionDependencies(
enable_http2_alternative_service(false),
net_log(nullptr),
http_09_on_non_default_ports_enabled(false),
- restrict_to_one_preconnect_for_proxies(false),
quic_do_not_mark_as_broken_on_network_change(false) {
// Note: The CancelledTransaction test does cleanup by running all
// tasks in the message loop (RunAllPending). Unfortunately, that
@@ -418,8 +417,6 @@ HttpNetworkSession::Params SpdySessionDependencies::CreateSessionParams(
params.net_log = session_deps->net_log;
params.http_09_on_non_default_ports_enabled =
session_deps->http_09_on_non_default_ports_enabled;
- params.restrict_to_one_preconnect_for_proxies =
- session_deps->restrict_to_one_preconnect_for_proxies;
params.quic_do_not_mark_as_broken_on_network_change =
session_deps->quic_do_not_mark_as_broken_on_network_change;
return params;
« no previous file with comments | « net/spdy/chromium/spdy_test_util_common.h ('k') | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698