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

Unified Diff: net/url_request/url_request_context_builder.h

Issue 1547273003: Set trusted SPDY proxy dynamically on per-profile basis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated based on design doc discussion Created 4 years, 11 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
Index: net/url_request/url_request_context_builder.h
diff --git a/net/url_request/url_request_context_builder.h b/net/url_request/url_request_context_builder.h
index b955c96c7974e25b4305c3f72d5d895a6c433f3a..5c57a0548f3685dde6423b2430f9ceb69fca4d8a 100644
--- a/net/url_request/url_request_context_builder.h
+++ b/net/url_request/url_request_context_builder.h
@@ -46,6 +46,7 @@ class HostMappingRules;
class HttpAuthHandlerFactory;
class HttpServerProperties;
class ProxyConfigService;
+class ProxyDelegate;
class URLRequestContext;
class URLRequestInterceptor;
@@ -85,7 +86,7 @@ class NET_EXPORT URLRequestContextBuilder {
uint16_t testing_fixed_http_port;
uint16_t testing_fixed_https_port;
NextProtoVector next_protos;
- std::string trusted_spdy_proxy;
+ ProxyDelegate* proxy_delegate;
bool use_alternative_services;
bool enable_quic;
int quic_max_server_configs_stored_in_properties;

Powered by Google App Engine
This is Rietveld 408576698