diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 07:38:23 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 07:38:23 +0000 |
commit | be65be36422183ca14c6e61bdcca8b79eb36c668 (patch) | |
tree | 37ba9417fdf52544c6f0e4195136e6a8457ea5f5 /ash/ash_switches.h | |
parent | 56c2ee9abf440e57c3b133c625067743f237c324 (diff) | |
download | chromium_src-be65be36422183ca14c6e61bdcca8b79eb36c668.zip chromium_src-be65be36422183ca14c6e61bdcca8b79eb36c668.tar.gz chromium_src-be65be36422183ca14c6e61bdcca8b79eb36c668.tar.bz2 |
Add Extended Desktop mode behind --ash-extended-desktop flag.
A lot of stuff still doesn't work but you can create and use a window on 2nd display.
MonitorController now owns all root windows.
BUG=123160
TEST=see http://codereview.chromium.org/10536187/
Review URL: https://chromiumcodereview.appspot.com/10535149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142350 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 f42801a..2b4896e 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -18,10 +18,10 @@ namespace switches { // Please keep alphabetized. ASH_EXPORT extern const char kAppListShowAppsOnly[]; ASH_EXPORT extern const char kAshEnableOak[]; +ASH_EXPORT extern const char kAshExtendedDesktop[]; ASH_EXPORT extern const char kAshNotify[]; ASH_EXPORT extern const char kAshTouchHud[]; ASH_EXPORT extern const char kAshWindowAnimationsDisabled[]; -ASH_EXPORT extern const char kAuraExtendedDesktop[]; ASH_EXPORT extern const char kAuraGoogleDialogFrames[]; ASH_EXPORT extern const char kAuraLegacyPowerButton[]; ASH_EXPORT extern const char kAuraNoShadows[]; |