| Index: ash/shell/toplevel_window.h
|
| diff --git a/ash/shell/toplevel_window.h b/ash/shell/toplevel_window.h
|
| index 8a31d26969639e85ba247da107863c7d536436b4..db19d1e47fb1387df90f2e5ac25fb312269fe28e 100644
|
| --- a/ash/shell/toplevel_window.h
|
| +++ b/ash/shell/toplevel_window.h
|
| @@ -44,6 +44,7 @@ class ToplevelWindow : public views::WidgetDelegateView {
|
| virtual View* GetContentsView() OVERRIDE;
|
| virtual bool CanResize() const OVERRIDE;
|
| virtual bool CanMaximize() const OVERRIDE;
|
| + virtual bool CanMinimize() const OVERRIDE;
|
|
|
| const CreateParams params_;
|
|
|
|
|