diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 04:36:56 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 04:36:56 +0000 |
commit | 2ad669a5d97593c90cc9dbdbecec53890c9246e6 (patch) | |
tree | f952abcf9a37f8ea5640fd8ff5c47a2d166ee445 /ash/ash_switches.h | |
parent | 3a90b45428982c2f69b8e9256adb548fb92478c5 (diff) | |
download | chromium_src-2ad669a5d97593c90cc9dbdbecec53890c9246e6.zip chromium_src-2ad669a5d97593c90cc9dbdbecec53890c9246e6.tar.gz chromium_src-2ad669a5d97593c90cc9dbdbecec53890c9246e6.tar.bz2 |
move --aura-host-window-size to --ash-host-window-bounds
remove --use-fullscreen-window as this is no longer necessary.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/12261018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182617 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 5d92e6c..233bfbd 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -38,6 +38,7 @@ ASH_EXPORT extern const char kAshEnableNewNetworkStatusArea[]; ASH_EXPORT extern const char kAshEnableOak[]; ASH_EXPORT extern const char kAshEnableTrayDragging[]; ASH_EXPORT extern const char kAshEnableWorkspaceScrubbing[]; +ASH_EXPORT extern const char kAshHostWindowBounds[]; ASH_EXPORT extern const char kAshImmersiveMode[]; ASH_EXPORT extern const char kAshImmersiveHideTabIndicators[]; ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; |