| Index: ash/shell/panel_window.h
|
| diff --git a/ash/shell/panel_window.h b/ash/shell/panel_window.h
|
| index 2d3a0bdfb87a5e7a1921276ac630538873682265..cee7946fd1f1ddbb6d038e66b93c21a7138acb9c 100644
|
| --- a/ash/shell/panel_window.h
|
| +++ b/ash/shell/panel_window.h
|
| @@ -41,6 +41,7 @@ class PanelWindow : public views::WidgetDelegateView {
|
| virtual View* GetContentsView() OVERRIDE;
|
| virtual bool CanResize() const OVERRIDE;
|
| virtual bool CanMaximize() const OVERRIDE;
|
| + virtual bool CanMinimize() const OVERRIDE;
|
| virtual views::NonClientFrameView* CreateNonClientFrameView(
|
| views::Widget* widget) OVERRIDE;
|
|
|
|
|