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

Unified Diff: net/http/http_network_session.cc

Issue 2453973003: Add a QUIC proxy server to the list of QUIC servers supported at start up (Closed)
Patch Set: Created 4 years, 2 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/base/test_proxy_delegate.cc ('k') | net/proxy/proxy_service_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 5a484205b3715f7178f1dd4a130ddcb2af98cbc9..d6152b27ef0f74c034aa50498df27deca75b627e 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -150,6 +150,7 @@ HttpNetworkSession::HttpNetworkSession(const Params& params)
? params.client_socket_factory
: ClientSocketFactory::GetDefaultFactory(),
params.http_server_properties,
+ params.proxy_delegate,
params.cert_verifier,
params.ct_policy_enforcer,
params.channel_id_service,
« no previous file with comments | « net/base/test_proxy_delegate.cc ('k') | net/proxy/proxy_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698