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 91cbb2f72fcd47cee682a35826d9d908b01a9650..b3b5397212ec437833b338aaebf4965a63a2ccbe 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 |
@@ -114,8 +114,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_); |