Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 6de87cb2e2b0f36f5882cb3a414eec95ab6cacdc..9c597767127f6b1dde5261e107f6340f79b18a80 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -119,5 +119,12 @@ const char kAshTouchHud[] = "ash-touch-hud"; |
// instead of displaying an interactive animation. |
const char kAuraLegacyPowerButton[] = "aura-legacy-power-button"; |
+#if defined(OS_WIN) |
+// Force Ash to open its root window on the desktop, even on Windows 8 where |
+// it would normally end up in metro. |
+const char kForceAshToDesktop[] = "force-desktop"; |
scottmg
2013/03/14 21:43:15
maybe ash-force-desktop like most of the other swi
robertshield
2013/03/14 22:02:51
Done.
|
+; |
+#endif |
+ |
} // namespace switches |
} // namespace ash |