| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
|
| index a6be782db87841a16275ea574e83af62cbc4e25f..6f78dddd98161292fb5e1a24494ea724206dd30c 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
|
| @@ -53,11 +53,6 @@ class DataReductionProxyConfigurator {
|
| // each time the proxy is enabled, but are not updated while it is enabled.
|
| virtual void AddHostPatternToBypass(const std::string& pattern);
|
|
|
| - // Adds a URL pattern to bypass the proxy. The base implementation strips
|
| - // everything in |pattern| after the first single slash and then treats it
|
| - // as a hostname pattern.
|
| - virtual void AddURLPatternToBypass(const std::string& pattern);
|
| -
|
| // Returns the current data reduction proxy config, even if it is not the
|
| // effective configuration used by the proxy service.
|
| const net::ProxyConfig& GetProxyConfig() const;
|
|
|