diff options
Diffstat (limited to 'apps/pref_names.h')
-rw-r--r-- | apps/pref_names.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/pref_names.h b/apps/pref_names.h index 90fc5d6..db6ad7c 100644 --- a/apps/pref_names.h +++ b/apps/pref_names.h @@ -11,6 +11,8 @@ 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[]; +extern const char kAppLaunchForMetroRestart[]; +extern const char kAppLaunchForMetroRestartProfile[]; } // namespace prefs } // namespace apps |