Chromium Code Reviews| Index: ash/shell/panel_window.cc |
| diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc |
| index e5d68ac6d967589c4bfe7bd30c5a85a01df34eb2..f4c1894c782558c4183e8df3390887284381603b 100644 |
| --- a/ash/shell/panel_window.cc |
| +++ b/ash/shell/panel_window.cc |
| @@ -76,7 +76,7 @@ bool PanelWindow::CanMaximize() const { |
| views::NonClientFrameView* PanelWindow::CreateNonClientFrameView( |
| views::Widget* widget) { |
| - return new PanelFrameView(widget); |
| + return new PanelFrameView(widget, true); |
|
jeremya
2012/11/15 01:09:25
It's not clear what this parameter means; perhaps
flackr
2012/11/15 16:04:17
Or comment it: /* show_header */ true
stevenjb
2012/11/16 23:42:40
Replaced with enum.
|
| } |
| } // namespace ash |