| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 901413afe549c13982b538562867ee9d754d6311..ac87287ae0a0bece103b50889accb9a2bf083da8 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -117,5 +117,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[] = "ash-force-desktop";
|
| +;
|
| +#endif
|
| +
|
| } // namespace switches
|
| } // namespace ash
|
|
|