diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 23:21:01 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 23:21:01 +0000 |
commit | 35304cebb12974606cd0bb278144756f876adaac (patch) | |
tree | d5b1939d702d320bd1fd0c92aae4a27bee1cdcc4 /ui/aura/aura_switches.h | |
parent | 5d84d1ed9f9882697ae120019084443d3c33375b (diff) | |
download | chromium_src-35304cebb12974606cd0bb278144756f876adaac.zip chromium_src-35304cebb12974606cd0bb278144756f876adaac.tar.gz chromium_src-35304cebb12974606cd0bb278144756f876adaac.tar.bz2 |
Aura: Add --aura-laptop-mode to fill the workspace with a single window.
This is the first of several CLs to add a "laptop mode" to Aura that works like the traditional ChromeOS browser view. In particular:
* Keep the browser maximized.
* Hide window caption buttons.
* Suppress the launcher and related shelf items.
* Suppress background image.
* Add the switch to about:flags.
These things don't work yet:
* Status area is wedged in upper-left corner.
* Popup browser windows are maximized and they shouldn't be.
BUG=106898
TEST=manual, run ChromeOS Aura build and turn the flag on and off
Review URL: http://codereview.chromium.org/8895003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114527 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/aura_switches.h')
-rw-r--r-- | ui/aura/aura_switches.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/aura/aura_switches.h b/ui/aura/aura_switches.h index ebc0dad..d3b88cd 100644 --- a/ui/aura/aura_switches.h +++ b/ui/aura/aura_switches.h @@ -10,7 +10,9 @@ namespace switches { +// Please keep alphabetized. AURA_EXPORT extern const char kAuraHostWindowSize[]; +AURA_EXPORT extern const char kAuraLaptopMode[]; AURA_EXPORT extern const char kAuraNoShadows[]; AURA_EXPORT extern const char kAuraTranslucentFrames[]; AURA_EXPORT extern const char kAuraWorkspaceManager[]; |