Chromium Code Reviews| 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..7cf6e241b4ec36d0862281176c5af768cc0e0b26 |
| --- /dev/null |
| +++ b/chrome/browser/ui/send_feedback_experiment.h |
| @@ -0,0 +1,20 @@ |
| +// 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 finch experiment 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 { |
| +namespace send_feedback_experiment { |
| +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.
|
| +bool UseAlternateLocation(); |
| + |
| +} // namespace send_feedback_experiment |
| +} // namespace chrome |
| + |
| +#endif // CHROME_BROWSER_UI_SEND_FEEDBACK_EXPERIMENT_H_ |