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

Unified 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: Rohit comments 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 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 114f55ac3a23f318449549c73e882c581b4bdd7f..06237ce59edc498a45f186377fc09c339ee90f3f 100644
--- a/chrome/common/metrics/variations/variation_ids.h
+++ b/chrome/common/metrics/variations/variation_ids.h
@@ -267,6 +267,16 @@ enum ReservedVariationID {
AUTOCOMPLETE_DYNAMIC_FIELD_TRIAL_RANGE2_ID_MIN = 3311947,
AUTOCOMPLETE_DYANMIC_FIELD_TRIAL_RANGE2_ID_MAX = 3312046,
+ // DEPRECATED - DO NOT USE
+ // Name: IOSPhoneNewNTP
+ // Range: 3312100 - 3312103, 3312112 - 3312113
+ // Now retired. But please don't reuse these IDs; they may taint
+ // your experiment results.
+ IOS_PHONE_NEW_NTP_2014_Q1_ID_MIN = 3312100,
+ IOS_PHONE_NEW_NTP_2014_Q1_ID_MAX = 3312103,
+ IOS_PHONE_NEW_NTP_2014_Q1_ID2_MIN = 3312112,
+ IOS_PHONE_NEW_NTP_2014_Q1_ID2_MAX = 3312113,
+
// iOS Phone New NTP trial.
// Range: 3312047 - 3312050 (Beta); 3312100 - 3312103 (Stable)
// 3312112 - 3312113 (Stable)
@@ -274,12 +284,10 @@ enum ReservedVariationID {
IOS_PHONE_NEW_NTP_CONTROL_1_BETA = 3312048,
IOS_PHONE_NEW_NTP_FAKEBOX_HINT_BETA = 3312049,
IOS_PHONE_NEW_NTP_CONTROL_2_BETA = 3312050,
- IOS_PHONE_NEW_NTP_OMNIBOX_HINT_STABLE = 3312100,
- IOS_PHONE_NEW_NTP_CONTROL_1_STABLE = 3312101,
- IOS_PHONE_NEW_NTP_FAKEBOX_HINT_STABLE = 3312102,
- IOS_PHONE_NEW_NTP_CONTROL_2_STABLE = 3312103,
- IOS_PHONE_NEW_NTP_OMNIBOX_HINT_V3_STABLE = 3312112,
- IOS_PHONE_NEW_NTP_CONTROL_3_STABLE = 3312113,
+ IOS_PHONE_NEW_NTP_OMNIBOX_HINT_STABLE = 3312114,
+ IOS_PHONE_NEW_NTP_CONTROL_1_STABLE = 3312115,
+ IOS_PHONE_NEW_NTP_FAKEBOX_HINT_STABLE = 3312116,
+ IOS_PHONE_NEW_NTP_CONTROL_2_STABLE = 3312117,
// iOS Tablet New NTP trial.
// Range: 3312104 - 3312107 (Beta); 3312108 - 3312111 (Stable)
@@ -299,7 +307,7 @@ enum ReservedVariationID {
// 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 = 3312114,
+ NEXT_ID = 3312118,
// 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