| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
|
| index 04b7f81ba512fd4d5aab21223b4f82ec22d54169..3457b1131bfee69be58e5085e8b33d5707f66ea8 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
|
| @@ -71,7 +71,6 @@ class DataReductionProxySettingsTestBase : public testing::Test {
|
| void InitWithStatisticsPrefs();
|
| void InitDataReductionProxy(bool enabled_at_startup);
|
| void CheckDataReductionProxySyntheticTrial(bool enabled);
|
| - void CheckDataReductionProxyLoFiSyntheticTrial(bool enabled);
|
| bool SyntheticFieldTrialRegistrationCallback(const std::string& trial_name,
|
| const std::string& group_name) {
|
| synthetic_field_trials_[trial_name] = group_name;
|
|
|