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

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: -static 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
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 finch experiment which
9 // modifies the description and/or location of the
10 // Report Feedback menu option, and corresponding option
11 // on the chrome://help page. [crbug.com/169339.]
12 namespace chrome {
13 namespace send_feedback_experiment {
14 bool UseAlternateText();
sky 2013/03/15 23:23:42 nit: newline between 13/14. And add descriptions,
Harry McCleave 2013/03/19 03:11:32 Done.
15 bool UseAlternateLocation();
16
17 } // namespace send_feedback_experiment
18 } // namespace chrome
19
20 #endif // CHROME_BROWSER_UI_SEND_FEEDBACK_EXPERIMENT_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698