| 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 85e8b6ec9676ee3304854a7ec2eee227226cca69..cda63a97d595f4c872dfbf807e8e2a3cde6ee304 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
|
| @@ -217,8 +217,6 @@ class DataReductionProxyConfig
|
| // Data Reduction Proxy rules.
|
| virtual void HandleSecureProxyCheckResponse(
|
| const std::string& response, const net::URLRequestStatus& status);
|
| - virtual void HandleSecureProxyCheckResponseOnIOThread(
|
| - const std::string& response, const net::URLRequestStatus& status);
|
|
|
| // Adds the default proxy bypass rules for the Data Reduction Proxy.
|
| void AddDefaultProxyBypassRules();
|
|
|