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

Side by Side Diff: components/flags_ui/flags_ui_constants.h

Issue 1407753002: Clean up terminology used in about_flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unneccessary divs. Created 5 years, 2 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/browser/ui/webui/flags_ui.cc ('k') | components/flags_ui/flags_ui_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_FLAGS_UI_FLAGS_UI_CONSTANTS_H_ 5 #ifndef COMPONENTS_FLAGS_UI_FLAGS_UI_CONSTANTS_H_
6 #define COMPONENTS_FLAGS_UI_FLAGS_UI_CONSTANTS_H_ 6 #define COMPONENTS_FLAGS_UI_FLAGS_UI_CONSTANTS_H_
7 7
8 namespace flags_ui { 8 namespace flags_ui {
9 9
10 // Resource paths. 10 // Resource paths.
11 // Must match the resource file names. 11 // Must match the resource file names.
12 extern const char kFlagsJS[]; 12 extern const char kFlagsJS[];
13 13
14 // Message handlers. 14 // Message handlers.
15 // Must match the constants used in the resource files. 15 // Must match the constants used in the resource files.
16 extern const char kEnableFlagsExperiment[]; 16 extern const char kEnableExperimentalFeature[];
17 extern const char kRequestFlagsExperiments[]; 17 extern const char kRequestExperimentalFeatures[];
18 extern const char kResetAllFlags[]; 18 extern const char kResetAllFlags[];
19 extern const char kRestartBrowser[]; 19 extern const char kRestartBrowser[];
20 20
21 // Other values. 21 // Other values.
22 // Must match the constants used in the resource files. 22 // Must match the constants used in the resource files.
23 extern const char kChannelPromoBeta[]; 23 extern const char kChannelPromoBeta[];
24 extern const char kChannelPromoDev[]; 24 extern const char kChannelPromoDev[];
25 extern const char kDisable[]; 25 extern const char kDisable[];
26 extern const char kEnable[]; 26 extern const char kEnable[];
27 extern const char kFlagsBlurb[]; 27 extern const char kFlagsBlurb[];
28 extern const char kFlagsLongTitle[]; 28 extern const char kFlagsLongTitle[];
29 extern const char kFlagsNoExperimentsAvailable[];
30 extern const char kFlagsNotSupported[]; 29 extern const char kFlagsNotSupported[];
31 extern const char kFlagsNoUnsupportedExperiments[];
32 extern const char kFlagsRestartButton[]; 30 extern const char kFlagsRestartButton[];
33 extern const char kFlagsRestartNotice[]; 31 extern const char kFlagsRestartNotice[];
34 extern const char kFlagsTableTitle[]; 32 extern const char kFlagsTableTitle[];
35 extern const char kFlagsUnsupportedTableTitle[]; 33 extern const char kFlagsUnsupportedTableTitle[];
36 extern const char kFlagsWarningHeader[]; 34 extern const char kFlagsWarningHeader[];
37 extern const char kNeedsRestart[]; 35 extern const char kNeedsRestart[];
38 extern const char kOwnerWarning[]; 36 extern const char kOwnerWarning[];
39 extern const char kResetAllButton[]; 37 extern const char kResetAllButton[];
40 extern const char kReturnFlagsExperiments[]; 38 extern const char kReturnExperimentalFeatures[];
41 extern const char kShowBetaChannelPromotion[]; 39 extern const char kShowBetaChannelPromotion[];
42 extern const char kShowDevChannelPromotion[]; 40 extern const char kShowDevChannelPromotion[];
43 extern const char kShowOwnerWarning[]; 41 extern const char kShowOwnerWarning[];
44 extern const char kSupportedExperiments[]; 42 extern const char kSupportedFeatures[];
45 extern const char kUnsupportedExperiments[]; 43 extern const char kUnsupportedFeatures[];
46 44
47 } // namespace flags_ui 45 } // namespace flags_ui
48 46
49 #endif // COMPONENTS_FLAGS_UI_FLAGS_UI_CONSTANTS_H_ 47 #endif // COMPONENTS_FLAGS_UI_FLAGS_UI_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/flags_ui.cc ('k') | components/flags_ui/flags_ui_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698