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

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: Rebased, addressed comments 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 d7a9defff9f1a48411dc30dbe1315fd6ffdab0a9..f218ee4b284545ad1c9a62b0fa6f4efe531f03e2 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;
mmenke 2016/02/02 16:51:26 Doesn't look like this is used anywhere, so let's
tbansal1 2016/02/02 18:18:44 Done.
bool parse_alternative_services;
bool enable_alternative_service_with_different_host;
bool enable_quic;

Powered by Google App Engine
This is Rietveld 408576698