| 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 213a248b2e2c0100c8be7f360c51ae5ab1bc52a0..d4c53de5a11fba16888c0f2688e4f97192e21628 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
|
| @@ -99,6 +99,9 @@ class DataReductionProxySettings : public DataReductionProxyServiceObserver {
|
| // Enables or disables the alternative data reduction proxy configuration.
|
| void SetDataReductionProxyAlternativeEnabled(bool enabled);
|
|
|
| + // Returns true if both LoFi and the proxy are enabled.
|
| + bool IsLoFiEnabled() const;
|
| +
|
| // Returns the time in microseconds that the last update was made to the
|
| // daily original and received content lengths.
|
| int64 GetDataReductionLastUpdateTime();
|
| @@ -205,9 +208,6 @@ class DataReductionProxySettings : public DataReductionProxyServiceObserver {
|
| // Override of DataReductionProxyService::Observer.
|
| void OnServiceInitialized() override;
|
|
|
| - // Returns true if both LoFi and the proxy are enabled.
|
| - bool IsLoFiEnabled() const;
|
| -
|
| // Registers the trial "SyntheticDataReductionProxySetting" with the group
|
| // "Enabled" or "Disabled". Indicates whether the proxy is turned on or not.
|
| void RegisterDataReductionProxyFieldTrial();
|
|
|