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

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

Issue 14232021: removed unused variation ids (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 174
175 // BookmarkPrompt field trial. 175 // BookmarkPrompt field trial.
176 BOOKMARK_PROMPT_TRIAL_DEFAULT = 3310186, 176 BOOKMARK_PROMPT_TRIAL_DEFAULT = 3310186,
177 BOOKMARK_PROMPT_TRIAL_CONTROL = 3310187, 177 BOOKMARK_PROMPT_TRIAL_CONTROL = 3310187,
178 BOOKMARK_PROMPT_TRIAL_EXPERIMENT = 3310188, 178 BOOKMARK_PROMPT_TRIAL_EXPERIMENT = 3310188,
179 179
180 // iOS tour trial. 180 // iOS tour trial.
181 IOS_TOUR_DEFAULT = 3310189, 181 IOS_TOUR_DEFAULT = 3310189,
182 IOS_TOUR_EXPERIMENT = 3310190, 182 IOS_TOUR_EXPERIMENT = 3310190,
183 183
184 // Name: SendFeedbackLinkLocation.
185 // Field trial to test various locations, and strings
186 // for submitting feedback.
187 SEND_FEEDBACK_LINK_LOCATION_CONTROL = 3310200,
188 SEND_FEEDBACK_LINK_LOCATION_CONTROL_CROS = 3310201,
189 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_DEV = 3310202,
190 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_STABLE = 3310203,
191 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_BETA = 3310204,
192 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_CROS_DEV = 3310205,
193 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_CROS_STABLE = 3310206,
194 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_CROS_BETA = 3310207,
195 SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_DEV = 3310208,
196 SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_STABLE = 3310209,
197 SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_BETA = 3310210,
198 SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_CROS_DEV = 3310211,
199 SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_CROS_STABLE = 3310212,
200 SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_CROS_BETA = 3310213,
201 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_DEV = 3310214,
202 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_STABLE = 3310215,
203 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_BETA = 3310216,
204 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_DEV = 3310217,
205 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_STABLE = 3310218,
206 SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_BETA = 3310219,
207 SEND_FEEDBACK_LINK_LOCATION_DEFAULT = 3310249,
208
209 // NEXT ID: When adding new IDs, please add them above this section, starting 184 // NEXT ID: When adding new IDs, please add them above this section, starting
210 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved 185 // with the value of NEXT_ID, and updating NEXT_ID to (end of your reserved
211 // range) + 1. 186 // range) + 1.
212 NEXT_ID = 3310258, 187 NEXT_ID = 3310258,
213 188
214 // USABLE IDs END HERE. 189 // USABLE IDs END HERE.
215 // 190 //
216 // The largest possible Chrome variation ID in the reserved range. When 191 // The largest possible Chrome variation ID in the reserved range. When
217 // defining your variation IDs, DO NOT exceed this value - GWS will ignore 192 // defining your variation IDs, DO NOT exceed this value - GWS will ignore
218 // your experiment! 193 // your experiment!
219 MAXIMUM_ID = 3399999, 194 MAXIMUM_ID = 3399999,
220 }; 195 };
221 196
222 } // namespace chrome_variations 197 } // namespace chrome_variations
223 198
224 #endif // CHROME_COMMON_METRICS_VARIATIONS_VARIATION_IDS_H_ 199 #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