| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| index 8dbe6a62fdeb86cc63c6c1085b57f89f30a4f170..8011688749fab97da201b55dddcd780135725528 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| @@ -158,10 +158,4 @@ void DataReductionProxySettingsTestBase::CheckDataReductionProxySyntheticTrial(
|
| synthetic_field_trials_["SyntheticDataReductionProxySetting"]);
|
| }
|
|
|
| -void DataReductionProxySettingsTestBase::
|
| -CheckDataReductionProxyLoFiSyntheticTrial(bool enabled) {
|
| - EXPECT_EQ(enabled ? "Enabled" : "Disabled",
|
| - synthetic_field_trials_["SyntheticDataReductionProxyLoFiSetting"]);
|
| -}
|
| -
|
| } // namespace data_reduction_proxy
|
|
|