| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| index 7b2add4a1532de266f4cc9b0af0b4066f674060a..4993ffe0616f6b79caca640de1421d85e02b2190 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| @@ -156,9 +156,6 @@ class MockDataReductionProxyService : public DataReductionProxyService {
|
| scoped_refptr<base::SingleThreadTaskRunner> io_task_runner);
|
| ~MockDataReductionProxyService() override;
|
|
|
| - MOCK_METHOD2(SecureProxyCheck,
|
| - void(const GURL& secure_proxy_check_url,
|
| - FetcherResponseCallback fetcher_callback));
|
| MOCK_METHOD3(SetProxyPrefs,
|
| void(bool enabled, bool alternative_enabled, bool at_startup));
|
| };
|
|
|