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

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

Issue 13863003: Reserve 4 new experiment IDs for a refresh of our dev experiments, as the old IDs still haven't con… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 41c3497e3e18a7e2d1c44d2a5b10f13b4e0ac29a..19c3fc9d03c01b33ce12fdce2e6f74371950d021 100644
--- a/chrome/common/metrics/variations/variation_ids.h
+++ b/chrome/common/metrics/variations/variation_ids.h
@@ -153,16 +153,20 @@ enum VariationID {
// Name: More IDs for the InstantExtended field trial.
// Range: 3310080 - 3310085
- EXTENDED_INSTANT_ID_UNUSED_1 = 3310080,
- EXTENDED_INSTANT_ID_UNUSED_2 = 3310081,
- EXTENDED_INSTANT_ID_CANARY_CONTROL_2 = 3310082,
- EXTENDED_INSTANT_ID_DEV_CONTROL_2 = 3310083,
- EXTENDED_INSTANT_ID_CANARY_GROUP_2 = 3310084,
- EXTENDED_INSTANT_ID_DEV_GROUP_2 = 3310085,
- EXTENDED_INSTANT_ID_BETA_CONTROL_1 = 3310250,
- EXTENDED_INSTANT_ID_BETA_CONTROL_2 = 3310251,
- EXTENDED_INSTANT_ID_BETA_GROUP_1 = 3310252,
- EXTENDED_INSTANT_ID_BETA_GROUP_2 = 3310253,
+ EXTENDED_INSTANT_ID_UNUSED_1 = 3310080,
+ EXTENDED_INSTANT_ID_UNUSED_2 = 3310081,
+ EXTENDED_INSTANT_ID_CANARY_CONTROL_2 = 3310082,
+ EXTENDED_INSTANT_ID_DEV_CONTROL_2 = 3310083,
+ EXTENDED_INSTANT_ID_CANARY_GROUP_2 = 3310084,
+ EXTENDED_INSTANT_ID_DEV_GROUP_2 = 3310085,
+ EXTENDED_INSTANT_ID_BETA_CONTROL_1 = 3310250,
+ EXTENDED_INSTANT_ID_BETA_CONTROL_2 = 3310251,
+ EXTENDED_INSTANT_ID_BETA_GROUP_1 = 3310252,
+ 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.
// The dynamic field trials are activated by a call to
@@ -209,7 +213,7 @@ enum VariationID {
// 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 = 3310254,
+ NEXT_ID = 3310258,
// 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