| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| index e48c9184d1c7b5e6ede56236cf596837af4c831d..64fffefdb1fbdffcdbcb510c2748b7803d9b80f2 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| @@ -169,9 +169,6 @@ class DataReductionProxyConfig
|
| virtual bool ContainsDataReductionProxy(
|
| const net::ProxyConfig::ProxyRules& proxy_rules) const;
|
|
|
| - // Returns true if the proxy was using the HTTP tunnel for a HTTPS origin.
|
| - bool UsingHTTPTunnel(const net::HostPortPair& proxy_server) const;
|
| -
|
| // Returns true if the Data Reduction Proxy configuration may be used.
|
| bool allowed() const;
|
|
|
|
|