Index: android_webview/browser/net/aw_url_request_context_getter.h |
diff --git a/android_webview/browser/net/aw_url_request_context_getter.h b/android_webview/browser/net/aw_url_request_context_getter.h |
index fbaf24a314df89394dec01a5d4a41d41d5e42c6a..d5e099f00e1fbb82a59caa3a0b3767ab2f25b78b 100644 |
--- a/android_webview/browser/net/aw_url_request_context_getter.h |
+++ b/android_webview/browser/net/aw_url_request_context_getter.h |
@@ -23,10 +23,6 @@ class URLRequestContext; |
class URLRequestJobFactory; |
} |
-namespace data_reduction_proxy { |
-class DataReductionProxyAuthRequestHandler; |
-} |
- |
namespace android_webview { |
class AwNetworkDelegate; |
@@ -43,9 +39,6 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter { |
scoped_refptr<base::SingleThreadTaskRunner> GetNetworkTaskRunner() |
const override; |
- data_reduction_proxy::DataReductionProxyAuthRequestHandler* |
- GetDataReductionProxyAuthRequestHandler() const; |
- |
// NetLog is thread-safe, so clients can call this method from arbitrary |
// threads (UI and IO). |
net::NetLog* GetNetLog(); |
@@ -75,8 +68,6 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter { |
scoped_ptr<net::NetLog> net_log_; |
scoped_ptr<net::URLRequestContext> url_request_context_; |
scoped_ptr<net::ProxyConfigService> proxy_config_service_; |
- scoped_ptr<data_reduction_proxy::DataReductionProxyAuthRequestHandler> |
- data_reduction_proxy_auth_request_handler_; |
scoped_ptr<net::URLRequestJobFactory> job_factory_; |
scoped_ptr<net::HttpTransactionFactory> main_http_factory_; |