Index: chromecast/shell/browser/url_request_context_factory.h |
diff --git a/chromecast/shell/browser/url_request_context_factory.h b/chromecast/shell/browser/url_request_context_factory.h |
index 03d062da421cd9b278d177193074c7dacc36ddfc..304cdea6b051ef8fa4c087a847388fd1f411cf8b 100644 |
--- a/chromecast/shell/browser/url_request_context_factory.h |
+++ b/chromecast/shell/browser/url_request_context_factory.h |
@@ -11,6 +11,7 @@ |
namespace net { |
class HttpTransactionFactory; |
class HttpUserAgentSettings; |
+class ProxyConfigService; |
class URLRequestJobFactory; |
} // namespace net |
@@ -83,6 +84,7 @@ class URLRequestContextFactory { |
scoped_ptr<net::CertVerifier> cert_verifier_; |
scoped_refptr<net::SSLConfigService> ssl_config_service_; |
scoped_ptr<net::TransportSecurityState> transport_security_state_; |
+ scoped_ptr<net::ProxyConfigService> proxy_config_service_; |
scoped_ptr<net::ProxyService> proxy_service_; |
scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory_; |
scoped_ptr<net::HttpServerProperties> http_server_properties_; |