| 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 8a7b6cf070b055e00645a587dae1135d5e187e65..b51f915305b6ee384ba15fa738dd209ff4a53aa2 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
|
|
|