| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
|
| index 3495ebe42a296b012ea8d0fd0938ad85b0e52a38..c4928f0cf69a6d9e7e4483e3db11239938c39d12 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc
|
| @@ -62,15 +62,9 @@ class TestDataReductionProxySettingsAndroid
|
| template <class C>
|
| void data_reduction_proxy::DataReductionProxySettingsTestBase::ResetSettings(
|
| std::unique_ptr<base::Clock> clock,
|
| - bool allowed,
|
| - bool fallback_allowed,
|
| bool promo_allowed,
|
| bool holdback) {
|
| int flags = 0;
|
| - if (allowed)
|
| - flags |= DataReductionProxyParams::kAllowed;
|
| - if (fallback_allowed)
|
| - flags |= DataReductionProxyParams::kFallbackAllowed;
|
| if (promo_allowed)
|
| flags |= DataReductionProxyParams::kPromoAllowed;
|
| if (holdback)
|
| @@ -94,8 +88,6 @@ void data_reduction_proxy::DataReductionProxySettingsTestBase::ResetSettings(
|
| template void
|
| data_reduction_proxy::DataReductionProxySettingsTestBase::ResetSettings<
|
| DataReductionProxyChromeSettings>(std::unique_ptr<base::Clock> clock,
|
| - bool allowed,
|
| - bool fallback_allowed,
|
| bool promo_allowed,
|
| bool holdback);
|
|
|
|
|