| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index c03d8300f8fd597b8c0f3bc0f365b30c463e55ea..705889320e720634a484e2511b70cf811b3adb46 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -68,9 +68,6 @@ const char kAshDisableDragAndDropAppListToLauncher[] =
|
| // Disable dragging items off the shelf to unpin them.
|
| const char kAshDisableDragOffShelf[] = "ash-disable-drag-off-shelf";
|
|
|
| -// Disables overview mode for window switching.
|
| -const char kAshDisableOverviewMode[] = "ash-disable-overview-mode";
|
| -
|
| #if defined(OS_CHROMEOS)
|
| // Disable the notification when a low-power USB charger is connected.
|
| const char kAshDisableUsbChargerNotification[] =
|
| @@ -220,10 +217,6 @@ bool UseMultiUserTray() {
|
| #endif
|
| }
|
|
|
| -bool UseOverviewMode() {
|
| - return !CommandLine::ForCurrentProcess()->HasSwitch(kAshDisableOverviewMode);
|
| -}
|
| -
|
| bool UseDockedWindows() {
|
| return !CommandLine::ForCurrentProcess()->HasSwitch(kAshDisableDockedWindows);
|
| }
|
|
|