| Index: ash/shell/window_type_launcher.cc
|
| diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc
|
| index 78e6b0a552fd780c6130a631e2fd173de0b29161..cbd2db34e326d5697bb3612fedf142f0acfd3565 100644
|
| --- a/ash/shell/window_type_launcher.cc
|
| +++ b/ash/shell/window_type_launcher.cc
|
| @@ -299,6 +299,10 @@ bool WindowTypeLauncher::CanMaximize() const {
|
| return true;
|
| }
|
|
|
| +bool WindowTypeLauncher::CanMinimize() const {
|
| + return true;
|
| +}
|
| +
|
| void WindowTypeLauncher::ButtonPressed(views::Button* sender,
|
| const ui::Event& event) {
|
| if (sender == create_button_) {
|
|
|