Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1856)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h

Issue 1933653004: Reset the Lo-Fi main frame state when there is a new main frame request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: check data_reduction_proxy_io_data_ Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698