Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc |
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc |
index 18cbad891a447071e095711e6d58e3c8898d9f9e..b541c17956818c79b5dd44f11bd7b275a502c23e 100644 |
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc |
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc |
@@ -111,8 +111,7 @@ BrowserNonClientFrameViewAsh::~BrowserNonClientFrameViewAsh() { |
} |
void BrowserNonClientFrameViewAsh::Init() { |
- caption_button_container_ = new ash::FrameCaptionButtonContainerView(frame(), |
- ash::FrameCaptionButtonContainerView::MINIMIZE_ALLOWED); |
+ caption_button_container_ = new ash::FrameCaptionButtonContainerView(frame()); |
caption_button_container_->UpdateSizeButtonVisibility(); |
AddChildView(caption_button_container_); |