diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 21:37:02 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 21:37:02 +0000 |
commit | b02871bca9093b64e7e7fc903cbbb4bf838f36de (patch) | |
tree | 846a93988cb49d52a3c6df7831978be8d608b569 /ash/wm | |
parent | d84f131f516bcb5b017e45ff9b2fcf75c8934f98 (diff) | |
download | chromium_src-b02871bca9093b64e7e7fc903cbbb4bf838f36de.zip chromium_src-b02871bca9093b64e7e7fc903cbbb4bf838f36de.tar.gz chromium_src-b02871bca9093b64e7e7fc903cbbb4bf838f36de.tar.bz2 |
Use the tall header for restored browser popups. The new header design uses significantly different assets for the headers of browser and non browser windows. Thus it makes sense for popup browser windows to use the tall header like restored tabbed browser windows do.
BUG=297187
TEST=None
Review URL: https://codereview.chromium.org/123043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm')
-rw-r--r-- | ash/wm/caption_buttons/frame_caption_button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/caption_buttons/frame_caption_button.h b/ash/wm/caption_buttons/frame_caption_button.h index 61ed922..42d1f4d 100644 --- a/ash/wm/caption_buttons/frame_caption_button.h +++ b/ash/wm/caption_buttons/frame_caption_button.h @@ -27,7 +27,7 @@ class ASH_EXPORT FrameCaptionButton : public views::ImageButton { }; enum Style { - // Restored tabbed browser windows. + // Restored browser windows. STYLE_TALL_RESTORED, // All other restored windows. |