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

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

Issue 157973003: Add a second experiment group for the iOS NTP experiment. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove duplicates. Created 6 years, 10 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
« 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_DYANMIC_FIELD_TRIAL_RANGE2_ID_MAX = 3312046,
269 269
270 // iOS Phone New NTP trial. 270 // iOS Phone New NTP trial.
271 // Range: 3312047 - 3312050 (Beta); 3312100 - 3312103 (Stable) 271 // Range: 3312047 - 3312050 (Beta); 3312100 - 3312103 (Stable)
272 // 3312112 - 3312113 (Stable)
272 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_BETA = 3312047, 273 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_BETA = 3312047,
273 IOS_PHONE_NEW_NTP_CONTROL_1_BETA = 3312048, 274 IOS_PHONE_NEW_NTP_CONTROL_1_BETA = 3312048,
274 IOS_PHONE_NEW_NTP_FAKEBOX_HINT_BETA = 3312049, 275 IOS_PHONE_NEW_NTP_FAKEBOX_HINT_BETA = 3312049,
275 IOS_PHONE_NEW_NTP_CONTROL_2_BETA = 3312050, 276 IOS_PHONE_NEW_NTP_CONTROL_2_BETA = 3312050,
276 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_STABLE = 3312100, 277 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_STABLE = 3312100,
277 IOS_PHONE_NEW_NTP_CONTROL_1_STABLE = 3312101, 278 IOS_PHONE_NEW_NTP_CONTROL_1_STABLE = 3312101,
278 IOS_PHONE_NEW_NTP_FAKEBOX_HINT_STABLE = 3312102, 279 IOS_PHONE_NEW_NTP_FAKEBOX_HINT_STABLE = 3312102,
279 IOS_PHONE_NEW_NTP_CONTROL_2_STABLE = 3312103, 280 IOS_PHONE_NEW_NTP_CONTROL_2_STABLE = 3312103,
281 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_V3_STABLE = 3312112,
282 IOS_PHONE_NEW_NTP_CONTROL_3_STABLE = 3312113,
280 283
281 // iOS Tablet New NTP trial. 284 // iOS Tablet New NTP trial.
282 // Range: 3312104 - 3312107 (Beta); 3312108 - 3312111 (Stable) 285 // Range: 3312104 - 3312107 (Beta); 3312108 - 3312111 (Stable)
283 IOS_TABLET_NEW_NTP_OMNIBOX_HINT_BETA = 3312104, 286 IOS_TABLET_NEW_NTP_OMNIBOX_HINT_BETA = 3312104,
284 IOS_TABLET_NEW_NTP_CONTROL_1_BETA = 3312105, 287 IOS_TABLET_NEW_NTP_CONTROL_1_BETA = 3312105,
285 IOS_TABLET_NEW_NTP_FAKEBOX_HINT_BETA = 3312106, 288 IOS_TABLET_NEW_NTP_FAKEBOX_HINT_BETA = 3312106,
286 IOS_TABLET_NEW_NTP_CONTROL_2_BETA = 3312107, 289 IOS_TABLET_NEW_NTP_CONTROL_2_BETA = 3312107,
287 IOS_TABLET_NEW_NTP_OMNIBOX_HINT_STABLE = 3312108, 290 IOS_TABLET_NEW_NTP_OMNIBOX_HINT_STABLE = 3312108,
288 IOS_TABLET_NEW_NTP_CONTROL_1_STABLE = 3312109, 291 IOS_TABLET_NEW_NTP_CONTROL_1_STABLE = 3312109,
289 IOS_TABLET_NEW_NTP_FAKEBOX_HINT_STABLE = 3312110, 292 IOS_TABLET_NEW_NTP_FAKEBOX_HINT_STABLE = 3312110,
290 IOS_TABLET_NEW_NTP_CONTROL_2_STABLE = 3312111, 293 IOS_TABLET_NEW_NTP_CONTROL_2_STABLE = 3312111,
291 294
292 // ExtensionInstallPrompt field trial. 295 // ExtensionInstallPrompt field trial.
293 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MIN = 3312051, 296 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MIN = 3312051,
294 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MAX = 3312099, 297 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MAX = 3312099,
295 298
296 // NEXT ID: When adding new IDs, please add them above this section, starting 299 // NEXT ID: When adding new IDs, please add them above this section, starting
297 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved 300 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved
298 // range) + 1. 301 // range) + 1.
299 NEXT_ID = 3312112, 302 NEXT_ID = 3312114,
300 303
301 // USABLE IDs END HERE. 304 // USABLE IDs END HERE.
302 // 305 //
303 // The largest possible Chrome variation ID in the reserved range. When 306 // The largest possible Chrome variation ID in the reserved range. When
304 // defining your variation IDs, DO NOT exceed this value - GWS will ignore 307 // defining your variation IDs, DO NOT exceed this value - GWS will ignore
305 // your experiment! 308 // your experiment!
306 MAXIMUM_ID = 3399999, 309 MAXIMUM_ID = 3399999,
307 }; 310 };
308 311
309 } // namespace chrome_variations 312 } // namespace chrome_variations
310 313
311 #endif // CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_ 314 #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