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

Unified Diff: net/http/http_network_session.cc

Issue 2442633002: Add a QUIC proxy server to the list of QUIC servers supported at start up (Closed)
Patch Set: Addressed rch comments 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 7f5678cd0dd1ddfe8175c28b84a268f82c09011f..d5cca863a15785d22bf8155b71b96f2eb6f5f62a 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -151,6 +151,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