Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
index 36d2cd31b400508d62062db5e219f2e20584d9f5..22989a5dfadfe89ae0608449bc71da640b9c8920 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h |
@@ -43,9 +43,7 @@ class DataReductionProxyMutableConfigValues |
bool holdback() const override; |
bool allowed() const override; |
bool fallback_allowed() const override; |
- bool UsingHTTPTunnel(const net::HostPortPair& proxy_server) const override; |
const std::vector<net::ProxyServer>& proxies_for_http() const override; |
- const std::vector<net::ProxyServer>& proxies_for_https() const override; |
const GURL& secure_proxy_check_url() const override; |
protected: |
@@ -57,7 +55,6 @@ class DataReductionProxyMutableConfigValues |
bool allowed_; |
bool fallback_allowed_; |
std::vector<net::ProxyServer> proxies_for_http_; |
- std::vector<net::ProxyServer> proxies_for_https_; |
GURL secure_proxy_check_url_; |
// Permits use of locally specified Data Reduction Proxy servers instead of |