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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_UI_SEND_FEEDBACK_EXPERIMENT_H_
6 #define CHROME_BROWSER_UI_SEND_FEEDBACK_EXPERIMENT_H_
7
8 // This file exists to facilitate a field trial which modifies the description
9 // and/or location of the Report Feedback menu option, and corresponding option
10 // on the chrome://help page. (crbug.com/169339)
11 namespace chrome {
12
13 // Returns true if the alternative (Send Feedback) text should be
14 // used in place of the original (Report an Issue...).
15 bool UseAlternateSendFeedbackText();
16
17 // Returns true if the alternative menu location for the Send Feedback/Report
18 // an Issue... option should be used.
19 bool UseAlternateSendFeedbackLocation();
20
21 // Return the ID for the desired string to be used for a menu item
22 // (See UseAlternateText).
23 int GetSendFeedbackMenuLabelID();
24
25 } // namespace chrome
26
27 #endif // CHROME_BROWSER_UI_SEND_FEEDBACK_EXPERIMENT_H_
OLDNEW
« 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