Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 5ccf7841bb15651178f6f727f4d2a66340948d40..c5b640a26cd21ac92c7985ee493b011df649f870 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1501,6 +1501,17 @@ const char kDisableWebsiteSettings[] = "disable-website-settings"; |
// Enables sync credential caching on Windows 8. |
// See chrome/browser/sync/credential_cache_service_win.h. |
const char kEnableSyncCredentialCaching[] = "enable-sync-credential-caching"; |
+ |
+// For the DelegateExecute verb handler to launch Chrome in metro mode on |
+// Windows 8 and higher. Used when relaunching metro Chrome. |
+const char kForceImmersive[] = "force-immersive"; |
+ |
+// Relaunches metro Chrome on Windows 8 and higher using a given shortcut. |
+const char kRelaunchShortcut[] = "relaunch-shortcut"; |
+ |
+// Waits for the given handle to be signaled before relaunching metro Chrome on |
+// Windows 8 and higher. |
+const char kWaitForHandle[] = "wait-for-handle"; |
#endif |
#if defined(USE_AURA) |