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

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: Added opt-out histogram 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 1c99a681eea6126433660c3d1896459080fe54f5..f11e7d1d5421fdf135958526fd74af03136384ca 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -269,6 +269,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";
jar (doing other things) 2011/07/22 01:42:17 Although I understand why you're doing this... I t
sreeram 2011/07/22 14:31:16 I think that's a fine idea! I'll change this to be
+
// Used to maintain instant promo keys. See PromoCounter for details of subkeys
// that are used.
const char kInstantPromo[] = "instant.promo";
« chrome/browser/instant/instant_field_trial.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698