diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 01:15:54 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 01:15:54 +0000 |
commit | b75fc9d2bc8e427f71257f0f4ffa4a2dbc4ada47 (patch) | |
tree | b8c8e61804edc292e1080d3825807a9d7448c28d /ash/ash_switches.cc | |
parent | 1cb4e494fec714af2c6e6e37290c7fbba351bdc1 (diff) | |
download | chromium_src-b75fc9d2bc8e427f71257f0f4ffa4a2dbc4ada47.zip chromium_src-b75fc9d2bc8e427f71257f0f4ffa4a2dbc4ada47.tar.gz chromium_src-b75fc9d2bc8e427f71257f0f4ffa4a2dbc4ada47.tar.bz2 |
ash: Add immersive mode button to frame, behind flag
Button to trigger experimental immersive mode, does nothing useful yet. Added
behind --ash-immersive flag.
BUG=160114
TEST=Added to ash_unittests FramePainterTest
Review URL: https://chromiumcodereview.appspot.com/11360176
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167553 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 9f500b2..63f5465 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -57,6 +57,10 @@ const char kAshEnableOak[] = "ash-enable-oak"; // Enables showing the tray bubble by dragging on the shelf. const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging"; +// Enables experimental "immersive" mode, a nearly-fullscreen view of the web +// content without a tab strip or omnibox. +const char kAshImmersive[] = "ash-immersive"; + // Enables creating a launcher per display. const char kAshLauncherPerDisplay[] = "ash-launcher-per-display"; |