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

Unified Diff: chrome/common/pref_names.cc

Issue 7337007: Introduce a field trial for Instant. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverting ifdef'ed constructor Created 9 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/webui/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 22eb9214dcdaf31c79b2cbb506e2ed3aa2f4ac0d..d778c2bca99489da6478571f2130afa1c0a9a2c6 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -275,6 +275,10 @@ const char kInstantEnabledOnce[] = "instant.enabled_once";
// Time when instant was last enabled.
const char kInstantEnabledTime[] = "instant.enabled_time";
+// Random number drawn and used by the Instant field trial. Stored in prefs to
+// provide a consistent field trial experience across browser restarts.
+const char kInstantFieldTrialRandomDraw[] = "instant.field_trial_random_draw";
+
// Used to maintain instant promo keys. See PromoCounter for details of subkeys
// that are used.
const char kInstantPromo[] = "instant.promo";
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/webui/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698