diff options
Diffstat (limited to 'apps/switches.h')
-rw-r--r-- | apps/switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |