Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4657)

Unified Diff: chrome/common/chrome_switches.cc

Issue 10885047: Metro mode switching (chrome side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 153562)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -1570,12 +1570,16 @@
// Windows 8 and higher. Used when relaunching metro Chrome.
const char kForceImmersive[] = "force-immersive";
+// For the DelegateExecute verb handler to launch Chrome in desktop mode on
+// Windows 8 and higher. Used when relaunching metro Chrome.
+const char kForceDesktop[] = "force-desktop";
+
// 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";
+const char kWaitForMutex[] = "wait-for-mutex";
#endif
#if defined(USE_AURA)

Powered by Google App Engine
This is Rietveld 408576698