Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 1ddefda8c662d59397264dc88173738e385002f4..4ca30522d9ef7501378623b29a80396564691868 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"; |
-// Enable extended desktop. |
-const char kAshExtendedDesktop[] = "ash-extended-desktop"; |
+// Disables extended desktop. |
+const char kAshExtendedDesktopDisabled[] = "ash-extended-desktop-disabled"; |
// Disable using Ash notifications. |
const char kAshNotifyDisabled[] = "ash-notify-disabled"; |