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 e2f33e9aad146d8f4c076caecac5fedfbe4520a3..5ee8898b6bd191aa712f29bcdaf3967e80323200 100644 |
--- a/chrome/common/metrics/variations/variation_ids.h |
+++ b/chrome/common/metrics/variations/variation_ids.h |
@@ -135,10 +135,20 @@ enum VariationID { |
kChannelInstantIDDev = 3310051, |
kChannelInstantIDStable = 3310052, |
+ // Name: OmniboxSearchSuggestStarted2013Q1 |
Mark P
2012/12/14 16:56:41
SuggestStarted
->
SuggestTrialStarted
Joel pointe
Bart N.
2012/12/14 17:06:07
Done. In other places it seems fine, so I'm changi
|
+ // Range: 3310060 - 3310079 |
+ // Suggest (Autocomplete) field trial, 20 IDs. This differs from |
+ // the earlier omnibox suggest field trial in this file because |
Mark P
2012/12/14 16:56:41
trial
->
trials
Bart N.
2012/12/14 17:06:07
Done.
|
+ // we created a new trial (with a new name) in order to shuffle IDs. |
+ // We assign new experiment IDs because it's a good practice not to |
+ // reuse experiment IDs. |
+ kSuggestTrialStarted2013Q1IDMin = 3310060, |
Mark P
2012/12/14 16:56:41
Judging by the format of this file, it seems the p
Bart N.
2012/12/14 17:06:07
I'm confused about your comment.
I think we are j
Mark P
2012/12/14 17:09:55
Interesting. I didn't notice the kNextId had alre
Bart N.
2012/12/14 18:21:42
Acknowledged.
|
+ kSuggestTrialStarted2013Q1IDMax = 3310079, |
+ |
// NEXT ID: When adding new IDs, please add them above this section, starting |
// with the value of kNextID, and updating kNextID to (end of your reserved |
// range) + 1. |
- kNextID = 3310060, |
+ kNextID = 3310080, |
// USABLE IDs END HERE. |