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

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

Issue 12490012: Send Feedback Experiment (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 7 years, 9 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 | « chrome/chrome_browser_ui.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 06f5767be2300494051a19ca9815589fb3528dba..cd1a0349be244815e988c96002767a6a1b8aaeb5 100644
--- a/chrome/common/metrics/variations/variation_ids.h
+++ b/chrome/common/metrics/variations/variation_ids.h
@@ -177,10 +177,35 @@ enum VariationID {
IOS_TOUR_DEFAULT = 3310189,
IOS_TOUR_EXPERIMENT = 3310190,
+ // Name: SendFeedbackLinkLocation.
+ // Field trial to test various locations, and strings
+ // for submitting feedback.
+ SEND_FEEDBACK_LINK_LOCATION_CONTROL = 3310200,
+ SEND_FEEDBACK_LINK_LOCATION_CONTROL_CROS = 3310201,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_DEV = 3310202,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_STABLE = 3310203,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_BETA = 3310204,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_CROS_DEV = 3310205,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_CROS_STABLE = 3310206,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_CROS_BETA = 3310207,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_DEV = 3310208,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_STABLE = 3310209,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_BETA = 3310210,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_CROS_DEV = 3310211,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_CROS_STABLE = 3310212,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_LOCATION_CROS_BETA = 3310213,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_DEV = 3310214,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_STABLE = 3310215,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_BETA = 3310216,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_DEV = 3310217,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_STABLE = 3310218,
+ SEND_FEEDBACK_LINK_LOCATION_ALT_TEXT_AND_LOCATION_CROS_BETA = 3310219,
+ SEND_FEEDBACK_LINK_LOCATION_DEFAULT = 3310249,
+
// 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 = 3310191,
+ NEXT_ID = 3310250,
// USABLE IDs END HERE.
//
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698