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

Unified Diff: net/http/http_network_session.cc

Issue 1376473003: Notify NQE of TCP RTT values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorder initialization in constructor Created 4 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/ftp/ftp_network_transaction.cc ('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 5b95d69e2a2caeaa04dcdea6dde4054c0bb26fcf..613a0ee307845d86d31f024eb496138b416e3e3a 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -48,7 +48,8 @@ ClientSocketPoolManager* CreateSocketPoolManager(
params.net_log,
params.client_socket_factory ? params.client_socket_factory
: ClientSocketFactory::GetDefaultFactory(),
- params.host_resolver, params.cert_verifier, params.channel_id_service,
+ params.socket_performance_watcher_factory, params.host_resolver,
+ params.cert_verifier, params.channel_id_service,
params.transport_security_state, params.cert_transparency_verifier,
params.ct_policy_enforcer, ssl_session_cache_shard,
params.ssl_config_service, pool_type);
« no previous file with comments | « net/ftp/ftp_network_transaction.cc ('k') | net/http/http_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698