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

Side by Side Diff: chrome/common/metrics/variations/variation_ids.h

Issue 189503004: Reserve more IDs for AC dynamic field trials. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 6 years, 9 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 EXTENDED_INSTANT_RANGE2_ID_MAX = 3310868, 175 EXTENDED_INSTANT_RANGE2_ID_MAX = 3310868,
176 EXTENDED_INSTANT_RANGE3_ID_MIN = 3310871, 176 EXTENDED_INSTANT_RANGE3_ID_MIN = 3310871,
177 EXTENDED_INSTANT_RANGE3_ID_MAX = 3311870, 177 EXTENDED_INSTANT_RANGE3_ID_MAX = 3311870,
178 178
179 // Reserve 100 IDs to be used by autocomplete dynamic field trials. 179 // Reserve 100 IDs to be used by autocomplete dynamic field trials.
180 // The dynamic field trials are activated by a call to 180 // The dynamic field trials are activated by a call to
181 // OmniboxFieldTrial::ActivateDynamicFieldTrials. 181 // OmniboxFieldTrial::ActivateDynamicFieldTrials.
182 // For more details, see 182 // For more details, see
183 // chrome/browser/omnibox/omnibox_field_trial.{h,cc}. 183 // chrome/browser/omnibox/omnibox_field_trial.{h,cc}.
184 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_ID_MIN = 3310086, 184 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_ID_MIN = 3310086,
185 AUTOCOMPLETE_DYANMIC_FIELD_TRIAL_ID_MAX = 3310185, 185 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_ID_MAX = 3310185,
186 186
187 // BookmarkPrompt field trial. 187 // BookmarkPrompt field trial.
188 BOOKMARK_PROMPT_TRIAL_DEFAULT = 3310186, 188 BOOKMARK_PROMPT_TRIAL_DEFAULT = 3310186,
189 BOOKMARK_PROMPT_TRIAL_CONTROL = 3310187, 189 BOOKMARK_PROMPT_TRIAL_CONTROL = 3310187,
190 BOOKMARK_PROMPT_TRIAL_EXPERIMENT = 3310188, 190 BOOKMARK_PROMPT_TRIAL_EXPERIMENT = 3310188,
191 191
192 // iOS tour trial. 192 // iOS tour trial.
193 IOS_TOUR_DEFAULT = 3310189, 193 IOS_TOUR_DEFAULT = 3310189,
194 IOS_TOUR_EXPERIMENT = 3310190, 194 IOS_TOUR_EXPERIMENT = 3310190,
195 195
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 NEW_USER_MANAGEMENT_ENABLED = 3311944, 258 NEW_USER_MANAGEMENT_ENABLED = 3311944,
259 NEW_USER_MANAGEMENT_CONTROL = 3311945, 259 NEW_USER_MANAGEMENT_CONTROL = 3311945,
260 NEW_USER_MANAGEMENT_DISABLED = 3311946, 260 NEW_USER_MANAGEMENT_DISABLED = 3311946,
261 261
262 // Reserve 100 more IDs to be used by autocomplete dynamic field trials. 262 // Reserve 100 more IDs to be used by autocomplete dynamic field trials.
263 // The dynamic field trials are activated by a call to 263 // The dynamic field trials are activated by a call to
264 // OmniboxFieldTrial::ActivateDynamicFieldTrials. 264 // OmniboxFieldTrial::ActivateDynamicFieldTrials.
265 // For more details, see 265 // For more details, see
266 // chrome/browser/omnibox/omnibox_field_trial.{h,cc}. 266 // chrome/browser/omnibox/omnibox_field_trial.{h,cc}.
267 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_RANGE2_ID_MIN = 3311947, 267 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_RANGE2_ID_MIN = 3311947,
268 AUTOCOMPLETE_DYANMIC_FIELD_TRIAL_RANGE2_ID_MAX = 3312046, 268 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_RANGE2_ID_MAX = 3312046,
269 269
270 // DEPRECATED - DO NOT USE 270 // DEPRECATED - DO NOT USE
271 // Name: IOSPhoneNewNTP 271 // Name: IOSPhoneNewNTP
272 // Range: 3312100 - 3312103, 3312112 - 3312113 272 // Range: 3312100 - 3312103, 3312112 - 3312113
273 // Now retired. But please don't reuse these IDs; they may taint 273 // Now retired. But please don't reuse these IDs; they may taint
274 // your experiment results. 274 // your experiment results.
275 IOS_PHONE_NEW_NTP_2014_Q1_ID_MIN = 3312100, 275 IOS_PHONE_NEW_NTP_2014_Q1_ID_MIN = 3312100,
276 IOS_PHONE_NEW_NTP_2014_Q1_ID_MAX = 3312103, 276 IOS_PHONE_NEW_NTP_2014_Q1_ID_MAX = 3312103,
277 IOS_PHONE_NEW_NTP_2014_Q1_ID2_MIN = 3312112, 277 IOS_PHONE_NEW_NTP_2014_Q1_ID2_MIN = 3312112,
278 IOS_PHONE_NEW_NTP_2014_Q1_ID2_MAX = 3312113, 278 IOS_PHONE_NEW_NTP_2014_Q1_ID2_MAX = 3312113,
(...skipping 24 matching lines...) Expand all
303 // ExtensionInstallPrompt field trial. 303 // ExtensionInstallPrompt field trial.
304 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MIN = 3312051, 304 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MIN = 3312051,
305 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MAX = 3312099, 305 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MAX = 3312099,
306 306
307 // <link rel=prefetch> field trial. 307 // <link rel=prefetch> field trial.
308 LINK_REL_PREFETCH_ENABLED_1 = 3312118, 308 LINK_REL_PREFETCH_ENABLED_1 = 3312118,
309 LINK_REL_PREFETCH_ENABLED_2 = 3312119, 309 LINK_REL_PREFETCH_ENABLED_2 = 3312119,
310 LINK_REL_PREFETCH_DISABLED_1 = 3312120, 310 LINK_REL_PREFETCH_DISABLED_1 = 3312120,
311 LINK_REL_PREFETCH_DISABLED_2 = 3312121, 311 LINK_REL_PREFETCH_DISABLED_2 = 3312121,
312 312
313 // Reserve 200 more IDs to be used by autocomplete dynamic field trials.
314 // The dynamic field trials are activated by a call to
315 // OmniboxFieldTrial::ActivateDynamicFieldTrials.
316 // For more details, see
317 // chrome/browser/omnibox/omnibox_field_trial.{h,cc}.
318 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_RANGE3_ID_MIN = 3312122,
319 AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_RANGE3_ID_MAX = 3312321,
320
313 // NEXT ID: When adding new IDs, please add them above this section, starting 321 // NEXT ID: When adding new IDs, please add them above this section, starting
314 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved 322 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved
315 // range) + 1. 323 // range) + 1.
316 NEXT_ID = 3312122, 324 NEXT_ID = 3312322,
317 325
318 // USABLE IDs END HERE. 326 // USABLE IDs END HERE.
319 // 327 //
320 // The largest possible Chrome variation ID in the reserved range. When 328 // The largest possible Chrome variation ID in the reserved range. When
321 // defining your variation IDs, DO NOT exceed this value - GWS will ignore 329 // defining your variation IDs, DO NOT exceed this value - GWS will ignore
322 // your experiment! 330 // your experiment!
323 MAXIMUM_ID = 3399999, 331 MAXIMUM_ID = 3399999,
324 }; 332 };
325 333
326 } // namespace chrome_variations 334 } // namespace chrome_variations
327 335
328 #endif // CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_ 336 #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