diff options
author | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 04:04:16 +0000 |
---|---|---|
committer | saintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 04:04:16 +0000 |
commit | 3e4351b19388cc7fcaae95f11a773537a416dc09 (patch) | |
tree | 03599b3e259f01fdc0657033e25a56a764af0258 /ash/ash_switches.h | |
parent | 24ff552e8e4d44f02ef8253abe3395e4e83131c7 (diff) | |
download | chromium_src-3e4351b19388cc7fcaae95f11a773537a416dc09.zip chromium_src-3e4351b19388cc7fcaae95f11a773537a416dc09.tar.gz chromium_src-3e4351b19388cc7fcaae95f11a773537a416dc09.tar.bz2 |
Enabling Extended Deskop by default.
This is a verbatim revert of https://chromiumcodereview.appspot.com/10827184/
BUG=140886
Review URL: https://chromiumcodereview.appspot.com/10827237
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 3ed3d90..042afc5 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -17,7 +17,7 @@ namespace switches { // Please keep alphabetized. ASH_EXPORT extern const char kAshDebugShortcuts[]; ASH_EXPORT extern const char kAshEnableOak[]; -ASH_EXPORT extern const char kAshExtendedDesktop[]; +ASH_EXPORT extern const char kAshExtendedDesktopDisabled[]; ASH_EXPORT extern const char kAshNotifyDisabled[]; ASH_EXPORT extern const char kAshTouchHud[]; ASH_EXPORT extern const char kAshWindowAnimationsDisabled[]; |