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

Unified Diff: chrome/browser/chrome_browser_field_trials.h

Issue 13255003: Add method to invoke mobile only field trials. Add a field trial that controls rollout of data comp… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Exclude iOS as well. Created 7 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_field_trials.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_field_trials.h
diff --git a/chrome/browser/chrome_browser_field_trials.h b/chrome/browser/chrome_browser_field_trials.h
index bd0cf6274a365b29c9e48a9a0e30b67779269b59..932c742007095faa5d51eb1a914a7e3dd175e88f 100644
--- a/chrome/browser/chrome_browser_field_trials.h
+++ b/chrome/browser/chrome_browser_field_trials.h
@@ -33,6 +33,10 @@ class ChromeBrowserFieldTrials {
// |local_state| is needed by some other methods called from within this one.
void SetupDesktopFieldTrials(PrefService* local_state);
+ // Sets up mobile-only field trials.
+ // Add invocation of your field trial initialization code in this method.
+ void SetupMobileFieldTrials();
SteveT 2013/04/01 19:26:51 Do we want to declare/define this at all on deskto
vagababov 2013/04/01 19:34:56 Makes sense. Wrapped declarations and definitions
+
// This is not quite a field trial initialization, but it's an initialization
// that depends on a field trial, so why not? :-)
// |local_state| is needed to reset a local pref based on the chosen group.
@@ -41,6 +45,9 @@ class ChromeBrowserFieldTrials {
// A/B test for spdy when --use-spdy not set.
void SpdyFieldTrial();
+ // Mobile compression rollout field trial.
+ void DataCompressionProxyFieldTrial();
+
// A/B test for warmest socket vs. most recently used socket.
void WarmConnectionFieldTrial();
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_field_trials.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698