diff options
author | mgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 08:57:10 +0000 |
---|---|---|
committer | mgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 08:57:10 +0000 |
commit | 71c8bc7885aeff2bb6f343b3d119f9ce5e9d489f (patch) | |
tree | 1e7a03eded9c69d44d8b2864e7de5ba7d03f1caa /chrome/app | |
parent | 3065a1ffca5771738e6731c5813e2ad210d67f95 (diff) | |
download | chromium_src-71c8bc7885aeff2bb6f343b3d119f9ce5e9d489f.zip chromium_src-71c8bc7885aeff2bb6f343b3d119f9ce5e9d489f.tar.gz chromium_src-71c8bc7885aeff2bb6f343b3d119f9ce5e9d489f.tar.bz2 |
Linux Aura: Added --use-system-title-bar flag.
This flag makes browser windows use the system window dressing and title
bar, instead of the custom frame. This is a Linux Aura equivalent of the
"Use System Title Bar and Border" preference in Linux GTK. (Eventually,
this part will be controlled by the same preference, rather than this
flag.)
With this flag, browser windows use the native system window decoration,
with our custom close/minimize/maximize buttons removed, and the tab
strip being condensed vertically with square corners (like the maximized
tab strip). Popup browser windows (including V1 apps and the Developer
Tools window) drop the blue custom frame altogether in favour of the
native frame.
BUG=317859
TEST=With --use-system-title-bar, open a browser window. Both maximized
and restored windows should have a system native title bar, and the tab
strip should be compacted into a single row (as when maximized).
TEST=With --use-system-title-bar, open a hosted app window. It should
have a system native title bar, with no second blue title bar.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245433
Review URL: https://codereview.chromium.org/111723012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246244 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 7c6b2bb..1cfbd7e 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -14986,6 +14986,15 @@ Do you accept? Enable Web MIDI API experimental support. </message> + <message name="IDS_FLAGS_USE_SYSTEM_TITLE_BAR" + desc="Name of about:flag option to use the host operating system's title bar and window borders."> + Use system title bar and borders + </message> + <message name="IDS_FLAGS_USE_SYSTEM_TITLE_BAR_DESCRIPTION" + desc="Description of about:flag option to turn on the host operating system's title bar and window borders."> + Use the host operating system's window title bar and borders, instead of custom window dressing. + </message> + <!-- Toast experiment. --> <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make chrome the default browser"> Make it my default browser |