diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 09:47:41 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-13 09:47:41 +0000 |
commit | dee135854291e30de3c41c6e334e4557a80144b8 (patch) | |
tree | 35b883cd5888546f634ed1fdaf0da83673262483 /ash/ash_switches.h | |
parent | d90b839ad378031602d5dbdf846c58994d451403 (diff) | |
download | chromium_src-dee135854291e30de3c41c6e334e4557a80144b8.zip chromium_src-dee135854291e30de3c41c6e334e4557a80144b8.tar.gz chromium_src-dee135854291e30de3c41c6e334e4557a80144b8.tar.bz2 |
Add flag --ash-extended-desktop Add placeholder to specify secondary display layout
TBR=derat@chromium.org
BUG=123160
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10532122
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 14eb279..bfb0f90 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -20,6 +20,7 @@ ASH_EXPORT extern const char kAshEnableOak[]; 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[]; |