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

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

Issue 164193008: Use new iOS NTP experiment ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 // 3312112 - 3312113 (Stable)
273 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_BETA = 3312047, 273 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_BETA = 3312047,
274 IOS_PHONE_NEW_NTP_CONTROL_1_BETA = 3312048, 274 IOS_PHONE_NEW_NTP_CONTROL_1_BETA = 3312048,
275 IOS_PHONE_NEW_NTP_FAKEBOX_HINT_BETA = 3312049, 275 IOS_PHONE_NEW_NTP_FAKEBOX_HINT_BETA = 3312049,
276 IOS_PHONE_NEW_NTP_CONTROL_2_BETA = 3312050, 276 IOS_PHONE_NEW_NTP_CONTROL_2_BETA = 3312050,
277 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_STABLE = 3312100, 277 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_STABLE = 3312100,
rohitrao (ping after 24h) 2014/02/14 22:35:43 Tablet is actually ok, I think. It's the phone st
justincohen 2014/02/14 23:20:51 I just removed V3. Is that correct? On 2014/02/1
278 IOS_PHONE_NEW_NTP_CONTROL_1_STABLE = 3312101, 278 IOS_PHONE_NEW_NTP_CONTROL_1_STABLE = 3312101,
279 IOS_PHONE_NEW_NTP_FAKEBOX_HINT_STABLE = 3312102, 279 IOS_PHONE_NEW_NTP_FAKEBOX_HINT_STABLE = 3312102,
280 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, 281 IOS_PHONE_NEW_NTP_OMNIBOX_HINT_V3_STABLE = 3312112,
282 IOS_PHONE_NEW_NTP_CONTROL_3_STABLE = 3312113, 282 IOS_PHONE_NEW_NTP_CONTROL_3_STABLE = 3312113,
283 283
284 // iOS Tablet New NTP trial. 284 // iOS Tablet New NTP trial.
285 // Range: 3312104 - 3312107 (Beta); 3312108 - 3312111 (Stable) 285 // Range: 3312104 - 3312107 (Beta); 3312108 - 3312111 (Unused);
rohitrao (ping after 24h) 2014/02/14 22:35:43 It's probably worth using the deprecated/retired c
justincohen 2014/02/14 23:20:51 Done.
286 // 3312114 - 3312117 (Stable)
286 IOS_TABLET_NEW_NTP_OMNIBOX_HINT_BETA = 3312104, 287 IOS_TABLET_NEW_NTP_OMNIBOX_HINT_BETA = 3312104,
287 IOS_TABLET_NEW_NTP_CONTROL_1_BETA = 3312105, 288 IOS_TABLET_NEW_NTP_CONTROL_1_BETA = 3312105,
288 IOS_TABLET_NEW_NTP_FAKEBOX_HINT_BETA = 3312106, 289 IOS_TABLET_NEW_NTP_FAKEBOX_HINT_BETA = 3312106,
289 IOS_TABLET_NEW_NTP_CONTROL_2_BETA = 3312107, 290 IOS_TABLET_NEW_NTP_CONTROL_2_BETA = 3312107,
290 IOS_TABLET_NEW_NTP_OMNIBOX_HINT_STABLE = 3312108, 291 IOS_TABLET_NEW_NTP_OMNIBOX_HINT_STABLE_UNUSED = 3312108,
rohitrao (ping after 24h) 2014/02/14 22:35:43 Do you prefer _UNUSED, or the _MIN/_MAX format the
justincohen 2014/02/14 23:20:51 I went with MIN/MAX. I wasn't sure what to name i
291 IOS_TABLET_NEW_NTP_CONTROL_1_STABLE = 3312109, 292 IOS_TABLET_NEW_NTP_CONTROL_1_STABLE_UNUSED = 3312109,
292 IOS_TABLET_NEW_NTP_FAKEBOX_HINT_STABLE = 3312110, 293 IOS_TABLET_NEW_NTP_FAKEBOX_HINT_STABLE_UNUSED = 3312110,
293 IOS_TABLET_NEW_NTP_CONTROL_2_STABLE = 3312111, 294 IOS_TABLET_NEW_NTP_CONTROL_2_STABLE_UNUSED = 3312111,
295 IOS_TABLET_NEW_NTP_OMNIBOX_HINT_STABLE = 3312114,
296 IOS_TABLET_NEW_NTP_CONTROL_1_STABLE = 3312115,
297 IOS_TABLET_NEW_NTP_FAKEBOX_HINT_STABLE = 3312116,
298 IOS_TABLET_NEW_NTP_CONTROL_2_STABLE = 3312117,
294 299
295 // ExtensionInstallPrompt field trial. 300 // ExtensionInstallPrompt field trial.
296 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MIN = 3312051, 301 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MIN = 3312051,
297 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MAX = 3312099, 302 EXTENSION_INSTALL_PROMPT_EXPERIMENT_ID_MAX = 3312099,
298 303
299 // NEXT ID: When adding new IDs, please add them above this section, starting 304 // NEXT ID: When adding new IDs, please add them above this section, starting
300 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved 305 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved
301 // range) + 1. 306 // range) + 1.
302 NEXT_ID = 3312114, 307 NEXT_ID = 3312118,
303 308
304 // USABLE IDs END HERE. 309 // USABLE IDs END HERE.
305 // 310 //
306 // The largest possible Chrome variation ID in the reserved range. When 311 // The largest possible Chrome variation ID in the reserved range. When
307 // defining your variation IDs, DO NOT exceed this value - GWS will ignore 312 // defining your variation IDs, DO NOT exceed this value - GWS will ignore
308 // your experiment! 313 // your experiment!
309 MAXIMUM_ID = 3399999, 314 MAXIMUM_ID = 3399999,
310 }; 315 };
311 316
312 } // namespace chrome_variations 317 } // namespace chrome_variations
313 318
314 #endif // CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_ 319 #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