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

Unified Diff: chrome/common/metrics/variations/variation_ids.h

Issue 157973003: Add a second experiment group for the iOS NTP experiment. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove duplicates. Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics/variations/variation_ids.h
diff --git a/chrome/common/metrics/variations/variation_ids.h b/chrome/common/metrics/variations/variation_ids.h
index 4bd53ad7536da16d360bc87f6ccee7966739fabf..114f55ac3a23f318449549c73e882c581b4bdd7f 100644
--- a/chrome/common/metrics/variations/variation_ids.h
+++ b/chrome/common/metrics/variations/variation_ids.h
@@ -269,6 +269,7 @@ enum ReservedVariationID {
// iOS Phone New NTP trial.
// Range: 3312047 - 3312050 (Beta); 3312100 - 3312103 (Stable)
+ // 3312112 - 3312113 (Stable)
IOS_PHONE_NEW_NTP_OMNIBOX_HINT_BETA = 3312047,
IOS_PHONE_NEW_NTP_CONTROL_1_BETA = 3312048,
IOS_PHONE_NEW_NTP_FAKEBOX_HINT_BETA = 3312049,
@@ -277,6 +278,8 @@ enum ReservedVariationID {
IOS_PHONE_NEW_NTP_CONTROL_1_STABLE = 3312101,
IOS_PHONE_NEW_NTP_FAKEBOX_HINT_STABLE = 3312102,
IOS_PHONE_NEW_NTP_CONTROL_2_STABLE = 3312103,
+ IOS_PHONE_NEW_NTP_OMNIBOX_HINT_V3_STABLE = 3312112,
+ IOS_PHONE_NEW_NTP_CONTROL_3_STABLE = 3312113,
// iOS Tablet New NTP trial.
// Range: 3312104 - 3312107 (Beta); 3312108 - 3312111 (Stable)
@@ -296,7 +299,7 @@ enum ReservedVariationID {
// NEXT ID: When adding new IDs, please add them above this section, starting
// with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved
// range) + 1.
- NEXT_ID = 3312112,
+ NEXT_ID = 3312114,
// USABLE IDs END HERE.
//
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698