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

Unified Diff: net/http/http_network_session.cc

Issue 2899313006: Plumb NQP to context and to http_proxy_client_socket_pool (Closed)
Patch Set: fix compile error Created 3 years, 6 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 ab10bcfbc374d0e9185c90ff94e368dcc732a48a..2c31357f4bf0d4c74b3341594ebac581404d7b21 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -57,7 +57,8 @@ ClientSocketPoolManager* CreateSocketPoolManager(
context.net_log,
context.client_socket_factory ? context.client_socket_factory
: ClientSocketFactory::GetDefaultFactory(),
- context.socket_performance_watcher_factory, context.host_resolver,
+ context.socket_performance_watcher_factory,
+ context.network_quality_provider, context.host_resolver,
context.cert_verifier, context.channel_id_service,
context.transport_security_state, context.cert_transparency_verifier,
context.ct_policy_enforcer, ssl_session_cache_shard,
@@ -148,6 +149,7 @@ HttpNetworkSession::Context::Context()
http_auth_handler_factory(nullptr),
net_log(nullptr),
socket_performance_watcher_factory(nullptr),
+ network_quality_provider(nullptr),
quic_clock(nullptr),
quic_random(nullptr),
quic_crypto_client_stream_factory(
« 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