| 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 b3b5397212ec437833b338aaebf4965a63a2ccbe..91cbb2f72fcd47cee682a35826d9d908b01a9650 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,7 +114,8 @@
|
| }
|
|
|
| void BrowserNonClientFrameViewAsh::Init() {
|
| - caption_button_container_ = new ash::FrameCaptionButtonContainerView(frame());
|
| + caption_button_container_ = new ash::FrameCaptionButtonContainerView(frame(),
|
| + ash::FrameCaptionButtonContainerView::MINIMIZE_ALLOWED);
|
| caption_button_container_->UpdateSizeButtonVisibility();
|
| AddChildView(caption_button_container_);
|
|
|
|
|