Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2902)

Unified Diff: ash/ash_switches.cc

Issue 10827184: Disabling extended desktop (by default). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_switches.h ('k') | ash/display/display_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « ash/ash_switches.h ('k') | ash/display/display_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698