| Index: ash/common/ash_switches.cc
|
| diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
|
| index 0500c692fdda59428f67f424a663d8a834de98b3..725ce9a1db6482cde141ac10aa9465e5cb739955 100644
|
| --- a/ash/common/ash_switches.cc
|
| +++ b/ash/common/ash_switches.cc
|
| @@ -131,13 +131,6 @@ const char kAshUseFirstDisplayAsInternal[] =
|
| // 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
|
| -
|
| #if defined(OS_CHROMEOS)
|
| // Constrains the pointer movement within a root window on desktop.
|
| bool ConstrainPointerToRoot() {
|
|
|