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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_ 5 #ifndef CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_
6 #define CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_ 6 #define CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_
7 7
8 namespace chrome_variations { 8 namespace chrome_variations {
9 9
10 // A list of Chrome Variation IDs. These IDs are associated with FieldTrials 10 // A list of Chrome Variation IDs. These IDs are associated with FieldTrials
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 // Suggest (Autocomplete) field trial, 20 IDs. This differs from 146 // Suggest (Autocomplete) field trial, 20 IDs. This differs from
147 // the earlier omnibox suggest field trials in this file because 147 // the earlier omnibox suggest field trials in this file because
148 // we created a new trial (with a new name) in order to shuffle IDs. 148 // we created a new trial (with a new name) in order to shuffle IDs.
149 // We assign new experiment IDs because it's a good practice not to 149 // We assign new experiment IDs because it's a good practice not to
150 // reuse experiment IDs. 150 // reuse experiment IDs.
151 SUGGEST_TRIAL_STARTED_2013_Q1_ID_MIN = 3310060, 151 SUGGEST_TRIAL_STARTED_2013_Q1_ID_MIN = 3310060,
152 SUGGEST_TRIAL_STARTED_2013_Q1_ID_MAX = 3310079, 152 SUGGEST_TRIAL_STARTED_2013_Q1_ID_MAX = 3310079,
153 153
154 // Name: More IDs for the InstantExtended field trial. 154 // Name: More IDs for the InstantExtended field trial.
155 // Range: 3310080 - 3310085 155 // Range: 3310080 - 3310085
156 EXTENDED_INSTANT_ID_UNUSED_1 = 3310080, 156 EXTENDED_INSTANT_ID_UNUSED_1 = 3310080,
157 EXTENDED_INSTANT_ID_UNUSED_2 = 3310081, 157 EXTENDED_INSTANT_ID_UNUSED_2 = 3310081,
158 EXTENDED_INSTANT_ID_CANARY_CONTROL_2 = 3310082, 158 EXTENDED_INSTANT_ID_CANARY_CONTROL_2 = 3310082,
159 EXTENDED_INSTANT_ID_DEV_CONTROL_2 = 3310083, 159 EXTENDED_INSTANT_ID_DEV_CONTROL_2 = 3310083,
160 EXTENDED_INSTANT_ID_CANARY_GROUP_2 = 3310084, 160 EXTENDED_INSTANT_ID_CANARY_GROUP_2 = 3310084,
161 EXTENDED_INSTANT_ID_DEV_GROUP_2 = 3310085, 161 EXTENDED_INSTANT_ID_DEV_GROUP_2 = 3310085,
162 EXTENDED_INSTANT_ID_BETA_CONTROL_1 = 3310250, 162 EXTENDED_INSTANT_ID_BETA_CONTROL_1 = 3310250,
163 EXTENDED_INSTANT_ID_BETA_CONTROL_2 = 3310251, 163 EXTENDED_INSTANT_ID_BETA_CONTROL_2 = 3310251,
164 EXTENDED_INSTANT_ID_BETA_GROUP_1 = 3310252, 164 EXTENDED_INSTANT_ID_BETA_GROUP_1 = 3310252,
165 EXTENDED_INSTANT_ID_BETA_GROUP_2 = 3310253, 165 EXTENDED_INSTANT_ID_BETA_GROUP_2 = 3310253,
166 EXTENDED_INSTANT_ID_DEV_FRESH_CONTROL_1 = 3310254,
167 EXTENDED_INSTANT_ID_DEV_FRESH_CONTROL_2 = 3310255,
168 EXTENDED_INSTANT_ID_DEV_FRESH_GROUP_1 = 3310256,
169 EXTENDED_INSTANT_ID_DEV_FRESH_GROUP_2 = 3310257,
166 170
167 // Reserve 100 IDs to be used by autocomplete dynamic field trials. 171 // Reserve 100 IDs to be used by autocomplete dynamic field trials.
168 // The dynamic field trials are activated by a call to 172 // The dynamic field trials are activated by a call to
169 // OmniboxFieldTrial::ActivateDynamicFieldTrials. 173 // OmniboxFieldTrial::ActivateDynamicFieldTrials.
170 // For more details, see 174 // For more details, see
171 // chrome/browser/omnibox/omnibox_field_trial.{h,cc}. 175 // chrome/browser/omnibox/omnibox_field_trial.{h,cc}.
172 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_ID_MIN = 3310086, 176 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_ID_MIN = 3310086,
173 AUTOCOMPLETE_DYANMIC_FIELD_TRIAL_ID_MAX = 3310185, 177 AUTOCOMPLETE_DYANMIC_FIELD_TRIAL_ID_MAX = 3310185,
174 178
175 // BookmarkPrompt field trial. 179 // BookmarkPrompt field trial.
(...skipping 26 matching lines...) Expand all
202 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_STABLE = 3310215, 206 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_STABLE = 3310215,
203 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_BETA = 3310216, 207 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_BETA = 3310216,
204 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_DEV = 3310217, 208 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_DEV = 3310217,
205 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_STABLE = 3310218, 209 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_STABLE = 3310218,
206 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_BETA = 3310219, 210 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_BETA = 3310219,
207 SEND_FEEDBACK_LINK_LOCATION_DEFAULT = 3310249, 211 SEND_FEEDBACK_LINK_LOCATION_DEFAULT = 3310249,
208 212
209 // NEXT ID: When adding new IDs, please add them above this section, starting 213 // NEXT ID: When adding new IDs, please add them above this section, starting
210 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved 214 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved
211 // range) + 1. 215 // range) + 1.
212 NEXT_ID = 3310254, 216 NEXT_ID = 3310258,
213 217
214 // USABLE IDs END HERE. 218 // USABLE IDs END HERE.
215 // 219 //
216 // The largest possible Chrome variation ID in the reserved range. When 220 // The largest possible Chrome variation ID in the reserved range. When
217 // defining your variation IDs, DO NOT exceed this value - GWS will ignore 221 // defining your variation IDs, DO NOT exceed this value - GWS will ignore
218 // your experiment! 222 // your experiment!
219 MAXIMUM_ID = 3399999, 223 MAXIMUM_ID = 3399999,
220 }; 224 };
221 225
222 } // namespace chrome_variations 226 } // namespace chrome_variations
223 227
224 #endif // CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_ 228 #endif // CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_
OLDNEW
« 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