Index: ash/shell/window_type_launcher.cc |
diff --git a/ash/shell/window_type_launcher.cc b/ash/shell/window_type_launcher.cc |
index b84b91f0181e50f7cbe8b693bf723fb83e69be62..a2d45c2da22f81aa18a0973f206b46c050255278 100644 |
--- a/ash/shell/window_type_launcher.cc |
+++ b/ash/shell/window_type_launcher.cc |
@@ -305,6 +305,10 @@ string16 WindowTypeLauncher::GetWindowTitle() const { |
return ASCIIToUTF16("Examples: Window Builder"); |
} |
+bool WindowTypeLauncher::CanMaximize() const { |
+ return true; |
+} |
+ |
void WindowTypeLauncher::ButtonPressed(views::Button* sender, |
const views::Event& event) { |
if (sender == create_button_) { |