| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| index a94020c59d024412dfc68ac9890ab1d7b1769594..7173f526ed2d5dbe2a0af080c387629363e99afc 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
|
| @@ -257,13 +257,6 @@ class DataReductionProxySettings : public DataReductionProxyServiceObserver {
|
| // "Enabled" or "Disabled". Indicates whether the proxy is turned on or not.
|
| void RegisterDataReductionProxyFieldTrial();
|
|
|
| - // Registers the trial "SyntheticDataReductionProxyLoFiSetting" with the group
|
| - // "Enabled" or "Disabled". Indicates whether Lo-Fi is turned on or not.
|
| - // The group won't be reported if it changes while compiling the report. It
|
| - // can be assumed that when no Lo-Fi group is reported, the user was in a
|
| - // mixed Lo-Fi state.
|
| - void RegisterLoFiFieldTrial();
|
| -
|
| void OnProxyEnabledPrefChange();
|
|
|
| void ResetDataReductionStatistics();
|
|
|