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..73ee4ede8632bee717751c3681e00062284e820d 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 |
@@ -37,16 +37,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; |