Commit e5d6c053 authored by rohitrao@chromium.org's avatar rohitrao@chromium.org

Add a second experiment group for the iOS NTP experiment.

BUG=309077
TEST=None

Review URL: https://codereview.chromium.org/157973003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251295 0039d316-1c4b-4281-b951-d872f2087c98
parent a645ee25
...@@ -269,6 +269,7 @@ enum ReservedVariationID { ...@@ -269,6 +269,7 @@ enum ReservedVariationID {
// iOS Phone New NTP trial. // iOS Phone New NTP trial.
// Range: 3312047 - 3312050 (Beta); 3312100 - 3312103 (Stable) // Range: 3312047 - 3312050 (Beta); 3312100 - 3312103 (Stable)
// 3312112 - 3312113 (Stable)
IOS_PHONE_NEW_NTP_OMNIBOX_HINT_BETA = 3312047, IOS_PHONE_NEW_NTP_OMNIBOX_HINT_BETA = 3312047,
IOS_PHONE_NEW_NTP_CONTROL_1_BETA = 3312048, IOS_PHONE_NEW_NTP_CONTROL_1_BETA = 3312048,
IOS_PHONE_NEW_NTP_FAKEBOX_HINT_BETA = 3312049, IOS_PHONE_NEW_NTP_FAKEBOX_HINT_BETA = 3312049,
...@@ -277,6 +278,8 @@ enum ReservedVariationID { ...@@ -277,6 +278,8 @@ enum ReservedVariationID {
IOS_PHONE_NEW_NTP_CONTROL_1_STABLE = 3312101, IOS_PHONE_NEW_NTP_CONTROL_1_STABLE = 3312101,
IOS_PHONE_NEW_NTP_FAKEBOX_HINT_STABLE = 3312102, IOS_PHONE_NEW_NTP_FAKEBOX_HINT_STABLE = 3312102,
IOS_PHONE_NEW_NTP_CONTROL_2_STABLE = 3312103, 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. // iOS Tablet New NTP trial.
// Range: 3312104 - 3312107 (Beta); 3312108 - 3312111 (Stable) // Range: 3312104 - 3312107 (Beta); 3312108 - 3312111 (Stable)
...@@ -296,7 +299,7 @@ enum ReservedVariationID { ...@@ -296,7 +299,7 @@ enum ReservedVariationID {
// NEXT ID: When adding new IDs, please add them above this section, starting // 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 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved
// range) + 1. // range) + 1.
NEXT_ID = 3312112, NEXT_ID = 3312114,
// USABLE IDs END HERE. // USABLE IDs END HERE.
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment