| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index ff26513cba313e40c32d0fbec8115bce3c148d12..1b801c49088708aa6d6caf3bb8743d697f8907d6 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2523,6 +2523,15 @@ const char kAppLauncherShortcutVersion[] = "apps.app_launcher.shortcut_version";
|
| const char kShowAppLauncherPromo[] = "app_launcher.show_promo";
|
| #endif
|
|
|
| +// If set, the user requested to launch the app with this extension id while
|
| +// in Metro mode, and then relaunched to Desktop mode to start it.
|
| +const char kAppLaunchForMetroRestart[] = "apps.app_launch_for_metro_restart";
|
| +
|
| +// Set with |kAppLaunchForMetroRestart|, the profile whose loading triggers
|
| +// launch of the specified app when restarting Chrome in desktop mode.
|
| +const char kAppLaunchForMetroRestartProfile[] =
|
| + "apps.app_launch_for_metro_restart_profile";
|
| +
|
| // A boolean that indicates whether app shortcuts have been created.
|
| // On a transition from false to true, shortcuts are created for all apps.
|
| const char kAppShortcutsHaveBeenCreated[] = "apps.shortcuts_have_been_created";
|
|
|