summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/pref_names.h4
-rw-r--r--apps/switches.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/pref_names.h b/apps/pref_names.h
index 1cca82f..90fc5d6 100644
--- a/apps/pref_names.h
+++ b/apps/pref_names.h
@@ -6,13 +6,13 @@
#define APPS_PREF_NAMES_H_
namespace apps {
-
namespace prefs {
+// Alphabetical list of preference names specific to Apps component.
+// Keep alphabetized and document each one in the source file.
extern const char kAppLauncherIsEnabled[];
} // namespace prefs
-
} // namespace apps
#endif // APPS_PREF_NAMES_H_
diff --git a/apps/switches.h b/apps/switches.h
index c9ff965..6f7671f 100644
--- a/apps/switches.h
+++ b/apps/switches.h
@@ -8,6 +8,8 @@
namespace apps {
namespace switches {
+// Alphabetical list of switches specific to Apps component.
+// Keep alphabetized and document each one in the source file.
extern const char kShowAppListShortcut[];
} // namespace switches