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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h

Issue 421653005: Adding synthetic field trial for DataReductionProxyEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newPltWithCL
Patch Set: Addressed asvitkine comments Created 6 years, 5 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: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
index f75f20dfdcb93634e5b0670678a8db05eb202132..43e6774ca50f5db090e2967844ccfd4b20ce1f88 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h
@@ -33,6 +33,10 @@ class DataReductionProxyChromeSettings
virtual void InitDataReductionProxySettings(Profile* profile);
private:
+ // Registers the DataReductionProxyEnabled synthetic field trial with
+ // the group |data_reduction_proxy_enabled|.
+ void RegisterSyntheticFieldTrial(bool data_reduction_proxy_enabled);
+
DISALLOW_COPY_AND_ASSIGN(DataReductionProxyChromeSettings);
};

Powered by Google App Engine
This is Rietveld 408576698