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

Unified Diff: chrome/browser/ui/send_feedback_experiment.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/app/generated_resources.grd ('k') | chrome/browser/ui/send_feedback_experiment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/send_feedback_experiment.h
diff --git a/chrome/browser/ui/send_feedback_experiment.h b/chrome/browser/ui/send_feedback_experiment.h
new file mode 100644
index 0000000000000000000000000000000000000000..c81d9a61fe6b9fa55a95cffd0d8ebd7062f756e7
--- /dev/null
+++ b/chrome/browser/ui/send_feedback_experiment.h
@@ -0,0 +1,27 @@
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_UI_SEND_FEEDBACK_EXPERIMENT_H_
+#define CHROME_BROWSER_UI_SEND_FEEDBACK_EXPERIMENT_H_
+
+// This file exists to facilitate a field trial which modifies the description
+// and/or location of the Report Feedback menu option, and corresponding option
+// on the chrome://help page. (crbug.com/169339)
+namespace chrome {
+
+// Returns true if the alternative (Send Feedback) text should be
+// used in place of the original (Report an Issue...).
+bool UseAlternateSendFeedbackText();
+
+// Returns true if the alternative menu location for the Send Feedback/Report
+// an Issue... option should be used.
+bool UseAlternateSendFeedbackLocation();
+
+// Return the ID for the desired string to be used for a menu item
+// (See UseAlternateText).
+int GetSendFeedbackMenuLabelID();
+
+} // namespace chrome
+
+#endif // CHROME_BROWSER_UI_SEND_FEEDBACK_EXPERIMENT_H_
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/send_feedback_experiment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698