Index: components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h |
index aa48c2ba8618758e71f78d0f68b43c5f996088e4..82ba6d900ad9f08d22e434ef9033cd271ecf238c 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h |
@@ -10,7 +10,6 @@ |
class GURL; |
namespace net { |
-class HostPortPair; |
class ProxyServer; |
} |
@@ -37,16 +36,9 @@ class DataReductionProxyConfigValues { |
// Returns true if the fallback proxy may be used. |
virtual bool fallback_allowed() const = 0; |
- // Returns true if the proxy server uses an HTTP tunnel to provide HTTPS |
- // proxying. |
- virtual bool UsingHTTPTunnel(const net::HostPortPair& proxy_server) const = 0; |
- |
// Returns the HTTP proxy servers to be used. |
virtual const std::vector<net::ProxyServer>& proxies_for_http() const = 0; |
- // Returns the HTTPS proxy servers to be used. |
- virtual const std::vector<net::ProxyServer>& proxies_for_https() const = 0; |
- |
// Returns the URL to check to decide if the secure proxy origin should be |
// used. |
virtual const GURL& secure_proxy_check_url() const = 0; |