| Index: ash/shell/window_type_launcher.h
|
| diff --git a/ash/shell/window_type_launcher.h b/ash/shell/window_type_launcher.h
|
| index 7a088d90c50f7550645206d32d61c18d9cccb26a..8cd389ce025e64c963887849da4ec5ac817cfe50 100644
|
| --- a/ash/shell/window_type_launcher.h
|
| +++ b/ash/shell/window_type_launcher.h
|
| @@ -45,6 +45,7 @@ class WindowTypeLauncher : public views::WidgetDelegateView,
|
| virtual bool CanResize() const OVERRIDE;
|
| virtual base::string16 GetWindowTitle() const OVERRIDE;
|
| virtual bool CanMaximize() const OVERRIDE;
|
| + virtual bool CanMinimize() const OVERRIDE;
|
|
|
| // Overridden from views::ButtonListener:
|
| virtual void ButtonPressed(views::Button* sender,
|
|
|