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

Unified Diff: net/http/http_network_session.cc

Issue 981723008: Unwind the SSL connection holdback experiment and remove related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename & reformat Created 5 years, 9 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_network_transaction_unittest.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 d6aa6e2b71114b248f1728371af103d3cb78a39a..80856419841cc3bf320648bb8b7367deb666dcb4 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -45,8 +45,7 @@ net::ClientSocketPoolManager* CreateSocketPoolManager(
params.host_resolver, params.cert_verifier, params.channel_id_service,
params.transport_security_state, params.cert_transparency_verifier,
params.cert_policy_enforcer, params.ssl_session_cache_shard,
- params.ssl_config_service, params.enable_ssl_connect_job_waiting,
- pool_type);
+ params.ssl_config_service, pool_type);
}
} // unnamed namespace
@@ -67,7 +66,6 @@ HttpNetworkSession::Params::Params()
network_delegate(NULL),
net_log(NULL),
host_mapping_rules(NULL),
- enable_ssl_connect_job_waiting(false),
ignore_certificate_errors(false),
use_stale_while_revalidate(false),
testing_fixed_http_port(0),
« no previous file with comments | « net/http/http_network_session.h ('k') | net/http/http_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698