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

Unified Diff: chrome/common/metrics/variations/variation_ids.h

Issue 11522009: X-Chrome-Variations logic refactoring (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Addressed all remaining comments. Created 8 years 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
« chrome/browser/chrome_metrics_helper.cc ('K') | « chrome/chrome_browser.gypi ('k') | 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 e2f33e9aad146d8f4c076caecac5fedfbe4520a3..f7cf2a3694b334c21b1651bd5db969e29e82c4ee 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: OmniboxSearchSuggestTrialStarted2013Q1
+ // Range: 3310060 - 3310079
+ // Suggest (Autocomplete) field trial, 20 IDs. This differs from
+ // the earlier omnibox suggest field trials in this file because
+ // 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,
+ 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.
« chrome/browser/chrome_metrics_helper.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698