Commit 17faf66a authored by dcblack@chromium.org's avatar dcblack@chromium.org

Reserve 4 new experiment IDs for a refresh of our dev experiments, as the old...

Reserve 4 new experiment IDs for a refresh of our dev experiments, as the old IDs still haven't converged after the accidental user shuffle.


BUG=


Review URL: https://chromiumcodereview.appspot.com/13863003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193394 0039d316-1c4b-4281-b951-d872f2087c98
parent 620954d5
...@@ -153,16 +153,20 @@ enum VariationID { ...@@ -153,16 +153,20 @@ enum VariationID {
// Name: More IDs for the InstantExtended field trial. // Name: More IDs for the InstantExtended field trial.
// Range: 3310080 - 3310085 // Range: 3310080 - 3310085
EXTENDED_INSTANT_ID_UNUSED_1 = 3310080, EXTENDED_INSTANT_ID_UNUSED_1 = 3310080,
EXTENDED_INSTANT_ID_UNUSED_2 = 3310081, EXTENDED_INSTANT_ID_UNUSED_2 = 3310081,
EXTENDED_INSTANT_ID_CANARY_CONTROL_2 = 3310082, EXTENDED_INSTANT_ID_CANARY_CONTROL_2 = 3310082,
EXTENDED_INSTANT_ID_DEV_CONTROL_2 = 3310083, EXTENDED_INSTANT_ID_DEV_CONTROL_2 = 3310083,
EXTENDED_INSTANT_ID_CANARY_GROUP_2 = 3310084, EXTENDED_INSTANT_ID_CANARY_GROUP_2 = 3310084,
EXTENDED_INSTANT_ID_DEV_GROUP_2 = 3310085, EXTENDED_INSTANT_ID_DEV_GROUP_2 = 3310085,
EXTENDED_INSTANT_ID_BETA_CONTROL_1 = 3310250, EXTENDED_INSTANT_ID_BETA_CONTROL_1 = 3310250,
EXTENDED_INSTANT_ID_BETA_CONTROL_2 = 3310251, EXTENDED_INSTANT_ID_BETA_CONTROL_2 = 3310251,
EXTENDED_INSTANT_ID_BETA_GROUP_1 = 3310252, EXTENDED_INSTANT_ID_BETA_GROUP_1 = 3310252,
EXTENDED_INSTANT_ID_BETA_GROUP_2 = 3310253, EXTENDED_INSTANT_ID_BETA_GROUP_2 = 3310253,
EXTENDED_INSTANT_ID_DEV_FRESH_CONTROL_1 = 3310254,
EXTENDED_INSTANT_ID_DEV_FRESH_CONTROL_2 = 3310255,
EXTENDED_INSTANT_ID_DEV_FRESH_GROUP_1 = 3310256,
EXTENDED_INSTANT_ID_DEV_FRESH_GROUP_2 = 3310257,
// Reserve 100 IDs to be used by autocomplete dynamic field trials. // Reserve 100 IDs to be used by autocomplete dynamic field trials.
// The dynamic field trials are activated by a call to // The dynamic field trials are activated by a call to
...@@ -209,7 +213,7 @@ enum VariationID { ...@@ -209,7 +213,7 @@ enum VariationID {
// 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 = 3310254, NEXT_ID = 3310258,
// 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