diff options
Diffstat (limited to 'ash/shell/toplevel_window.h')
-rw-r--r-- | ash/shell/toplevel_window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/shell/toplevel_window.h b/ash/shell/toplevel_window.h index 8a31d26..db19d1e 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_; |