Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 66f4927d31c21185e9a525af4b86d58b8a925927..7f5f1d6bcafe2806485f34846164203f9f0f1faa 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -104,8 +104,8 @@ const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor"; |
// Enables the Oak tree viewer. |
const char kAshEnableOak[] = "ash-enable-oak"; |
-// Enables overview mode for window switching. |
-const char kAshEnableOverviewMode[] = "ash-enable-overview-mode"; |
+// Disables overview mode for window switching. |
+const char kAshDisableOverviewMode[] = "ash-disable-overview-mode"; |
// Enables "sticky" edges instead of "snap-to-edge" |
const char kAshEnableStickyEdges[] = "ash-enable-sticky-edges"; |