Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index ace0e5d11fce12b2a04a9f3f6c322fbd3248a9b8..a41676e210f10beaf5dccd10bfc8052e8992aa02 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[] = |
@@ -213,10 +210,6 @@ bool UseMultiUserTray() { |
#endif |
} |
-bool UseOverviewMode() { |
- return !CommandLine::ForCurrentProcess()->HasSwitch(kAshDisableOverviewMode); |
-} |
- |
bool UseDockedWindows() { |
return !CommandLine::ForCurrentProcess()->HasSwitch(kAshDisableDockedWindows); |
} |