Index: apps/pref_names.cc |
diff --git a/apps/pref_names.cc b/apps/pref_names.cc |
index 15a33f936a52114979718cba639d60bbcb1db634..67c8107e9309422ee91eef86c8de80cf327eda93 100644 |
--- a/apps/pref_names.cc |
+++ b/apps/pref_names.cc |
@@ -12,6 +12,15 @@ namespace prefs { |
const char kAppLauncherIsEnabled[] = |
"apps.app_launcher.should_show_apps_page"; |
+// 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 kRestartFromMetroWithAppLaunch[] = "apps.start_app_on_relaunch"; |
+ |
+// Set with |kRestartFromMetroWithAppLaunch|, the profile whose loading triggers |
+// launch of the specified app when restarting Chrome in desktop mode. |
+const char kRestartFromMetroWithProfileDir[] = |
+ "apps.profile_for_start_app_on_relaunch"; |
+ |
} // namespace prefs |
} // namespace apps |