| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| index fd41eda777ca15f847b0bc53d232c86141b59ac3..422cd424f34a846ebee419190125aef311fe5054 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| @@ -344,4 +344,10 @@ DataReductionProxyTestContext::mock_data_reduction_proxy_service()
|
| data_reduction_proxy_service());
|
| }
|
|
|
| +DataReductionProxyUsageStats::UnreachableCallback
|
| +DataReductionProxyTestContext::unreachable_callback() const {
|
| + return base::Bind(&DataReductionProxySettings::SetUnreachable,
|
| + base::Unretained(settings_.get()));
|
| +}
|
| +
|
| } // namespace data_reduction_proxy
|
|
|