Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 4ca30522d9ef7501378623b29a80396564691868..1ddefda8c662d59397264dc88173738e385002f4 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -13,8 +13,8 @@ const char kAshDebugShortcuts[] = "ash-debug-shortcuts"; |
// Enables the Oak tree viewer. |
const char kAshEnableOak[] = "ash-enable-oak"; |
-// Disables extended desktop. |
-const char kAshExtendedDesktopDisabled[] = "ash-extended-desktop-disabled"; |
+// Enable extended desktop. |
+const char kAshExtendedDesktop[] = "ash-extended-desktop"; |
// Disable using Ash notifications. |
const char kAshNotifyDisabled[] = "ash-notify-disabled"; |