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

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

Issue 13940005: Clean up the unused Suggest field trial and make GetActiveSuggestFieldTrialHash (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: M+S comments. Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/omnibox/omnibox_field_trial.cc ('k') | 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 92
93 // USABLE IDs BEGIN HERE. 93 // USABLE IDs BEGIN HERE.
94 // 94 //
95 // The smallest possible Chrome Variation ID for use in real FieldTrials. If 95 // The smallest possible Chrome Variation ID for use in real FieldTrials. If
96 // you are defining variation IDs for your own FieldTrials, NEVER use a value 96 // you are defining variation IDs for your own FieldTrials, NEVER use a value
97 // lower than this. 97 // lower than this.
98 MINIMUM_USER_ID = 3310000, 98 MINIMUM_USER_ID = 3310000,
99 99
100 // Add new variation IDs below. 100 // Add new variation IDs below.
101 101
102 // DEPRECATED - DO NOT USE
102 // Name: OmniboxSearchSuggest 103 // Name: OmniboxSearchSuggest
103 // Range: 3310000 - 3310019 104 // Range: 3310000 - 3310019
104 // Suggest (Autocomplete) field trial, 20 IDs.
105 // Now retired. But please don't reuse these IDs; they may taint 105 // Now retired. But please don't reuse these IDs; they may taint
106 // your experiment results. 106 // your experiment results.
107 SUGGEST_ID_MIN = 3310000, 107 SUGGEST_ID_MIN = 3310000,
108 SUGGEST_ID_MAX = 3310019, 108 SUGGEST_ID_MAX = 3310019,
109 109
110 // Instant field trial. 110 // Instant field trial.
111 INSTANT_ID_CONTROL = 3310020, 111 INSTANT_ID_CONTROL = 3310020,
112 INSTANT_ID_SILENT = 3310021, 112 INSTANT_ID_SILENT = 3310021,
113 INSTANT_ID_HIDDEN = 3310022, 113 INSTANT_ID_HIDDEN = 3310022,
114 INSTANT_ID_SUGGEST = 3310023, 114 INSTANT_ID_SUGGEST = 3310023,
115 INSTANT_ID_INSTANT = 3310024, 115 INSTANT_ID_INSTANT = 3310024,
116 116
117 // Instant dummy field trial. 117 // Instant dummy field trial.
118 DUMMY_INSTANT_ID_DEFAULT = 3310025, 118 DUMMY_INSTANT_ID_DEFAULT = 3310025,
119 DUMMY_INSTANT_ID_CONTROL = 3310026, 119 DUMMY_INSTANT_ID_CONTROL = 3310026,
120 DUMMY_INSTANT_ID_EXPERIMENT_1 = 3310027, 120 DUMMY_INSTANT_ID_EXPERIMENT_1 = 3310027,
121 DUMMY_INSTANT_ID_EXPERIMENT_2 = 3310028, 121 DUMMY_INSTANT_ID_EXPERIMENT_2 = 3310028,
122 DUMMY_INSTANT_ID_EXPERIMENT_3 = 3310049, 122 DUMMY_INSTANT_ID_EXPERIMENT_3 = 3310049,
123 123
124 // DEPRECATED - DO NOT USE
124 // Name: OmniboxSearchSuggestStarted2012Q4 125 // Name: OmniboxSearchSuggestStarted2012Q4
125 // Range: 3310029 - 3310048 126 // Range: 3310029 - 3310048
126 // Suggest (Autocomplete) field trial, 20 IDs. This differs from 127 // Now retired. But please don't reuse these IDs; they may taint
127 // the earlier omnibox suggest field trial in this file because 128 // your experiment results.
128 // we created a new trial (with a new name) in order to shuffle IDs.
129 // We assign new experiment IDs because it's a good practice not to
130 // reuse experiment IDs.
131 SUGGEST_TRIAL_STARTED_2012_Q4_ID_MIN = 3310029, 129 SUGGEST_TRIAL_STARTED_2012_Q4_ID_MIN = 3310029,
132 SUGGEST_TRIAL_STARTED_2012_Q4_ID_MAX = 3310048, 130 SUGGEST_TRIAL_STARTED_2012_Q4_ID_MAX = 3310048,
133 131
134 // Name: Instant channel and extended field trials. 132 // Name: Instant channel and extended field trials.
135 // Range: 3310050 - 3310059 133 // Range: 3310050 - 3310059
136 CHANNEL_INSTANT_ID_BETA = 3310050, 134 CHANNEL_INSTANT_ID_BETA = 3310050,
137 CHANNEL_INSTANT_ID_DEV = 3310051, 135 CHANNEL_INSTANT_ID_DEV = 3310051,
138 CHANNEL_INSTANT_ID_STABLE = 3310052, 136 CHANNEL_INSTANT_ID_STABLE = 3310052,
139 EXTENDED_INSTANT_ID_CANARY_GROUP_1 = 3310053, 137 EXTENDED_INSTANT_ID_CANARY_GROUP_1 = 3310053,
140 EXTENDED_INSTANT_ID_CANARY_CONTROL = 3310054, 138 EXTENDED_INSTANT_ID_CANARY_CONTROL = 3310054,
141 EXTENDED_INSTANT_ID_DEV_GROUP_1 = 3310055, 139 EXTENDED_INSTANT_ID_DEV_GROUP_1 = 3310055,
142 EXTENDED_INSTANT_ID_DEV_CONTROL = 3310056, 140 EXTENDED_INSTANT_ID_DEV_CONTROL = 3310056,
143 141
142 // DEPRECATED - DO NOT USE
144 // Name: OmniboxSearchSuggestTrialStarted2013Q1 143 // Name: OmniboxSearchSuggestTrialStarted2013Q1
145 // Range: 3310060 - 3310079 144 // Range: 3310060 - 3310079
146 // Suggest (Autocomplete) field trial, 20 IDs. This differs from 145 // Now retired. But please don't reuse these IDs; they may taint
147 // the earlier omnibox suggest field trials in this file because 146 // your experiment results.
148 // we created a new trial (with a new name) in order to shuffle IDs.
149 // We assign new experiment IDs because it's a good practice not to
150 // reuse experiment IDs.
151 SUGGEST_TRIAL_STARTED_2013_Q1_ID_MIN = 3310060, 147 SUGGEST_TRIAL_STARTED_2013_Q1_ID_MIN = 3310060,
152 SUGGEST_TRIAL_STARTED_2013_Q1_ID_MAX = 3310079, 148 SUGGEST_TRIAL_STARTED_2013_Q1_ID_MAX = 3310079,
153 149
154 // Name: More IDs for the InstantExtended field trial. 150 // Name: More IDs for the InstantExtended field trial.
155 // Range: 3310080 - 3310085 151 // Range: 3310080 - 3310085
156 EXTENDED_INSTANT_ID_UNUSED_1 = 3310080, 152 EXTENDED_INSTANT_ID_UNUSED_1 = 3310080,
157 EXTENDED_INSTANT_ID_UNUSED_2 = 3310081, 153 EXTENDED_INSTANT_ID_UNUSED_2 = 3310081,
158 EXTENDED_INSTANT_ID_CANARY_CONTROL_2 = 3310082, 154 EXTENDED_INSTANT_ID_CANARY_CONTROL_2 = 3310082,
159 EXTENDED_INSTANT_ID_DEV_CONTROL_2 = 3310083, 155 EXTENDED_INSTANT_ID_DEV_CONTROL_2 = 3310083,
160 EXTENDED_INSTANT_ID_CANARY_GROUP_2 = 3310084, 156 EXTENDED_INSTANT_ID_CANARY_GROUP_2 = 3310084,
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 // 211 //
216 // The largest possible Chrome variation ID in the reserved range. When 212 // The largest possible Chrome variation ID in the reserved range. When
217 // defining your variation IDs, DO NOT exceed this value - GWS will ignore 213 // defining your variation IDs, DO NOT exceed this value - GWS will ignore
218 // your experiment! 214 // your experiment!
219 MAXIMUM_ID = 3399999, 215 MAXIMUM_ID = 3399999,
220 }; 216 };
221 217
222 } // namespace chrome_variations 218 } // namespace chrome_variations
223 219
224 #endif // CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_ 220 #endif // CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_
OLDNEW
« no previous file with comments | « chrome/browser/omnibox/omnibox_field_trial.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698