diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 09:13:40 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 09:13:40 +0000 |
commit | 8d614133b3beb26c8ad20c9fde6efe50bf46c2a5 (patch) | |
tree | 4f7b0e3969b6017e940da7ff6308461925c14f51 /ash/wm | |
parent | 03ff528d5c940588533ad1b66e04679631eec74e (diff) | |
download | chromium_src-8d614133b3beb26c8ad20c9fde6efe50bf46c2a5.zip chromium_src-8d614133b3beb26c8ad20c9fde6efe50bf46c2a5.tar.gz chromium_src-8d614133b3beb26c8ad20c9fde6efe50bf46c2a5.tar.bz2 |
Make the headers for all windows except for restored tabbed browser windows short
BUG=278355
TEST=See steps in bug
Review URL: https://codereview.chromium.org/69953002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm')
-rw-r--r-- | ash/wm/caption_buttons/frame_caption_button_container_view.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ash/wm/caption_buttons/frame_caption_button_container_view.h b/ash/wm/caption_buttons/frame_caption_button_container_view.h index bcd5b37..a88ea94 100644 --- a/ash/wm/caption_buttons/frame_caption_button_container_view.h +++ b/ash/wm/caption_buttons/frame_caption_button_container_view.h @@ -32,12 +32,10 @@ class ASH_EXPORT FrameCaptionButtonContainerView MINIMIZE_DISALLOWED }; enum HeaderStyle { - // Dialogs, panels, packaged apps, tabbed maximized/fullscreen browser - // windows. + // Default. HEADER_STYLE_SHORT, - // Restored tabbed browser windows, popups for browser windows, restored - // hosted app windows, popups for hosted app windows. + // Restored tabbed browser windows. HEADER_STYLE_TALL, // AppNonClientFrameViewAsh. |