Chromium Code Reviews| Index: ash/frame/caption_buttons/frame_caption_button_container_view.h |
| diff --git a/ash/frame/caption_buttons/frame_caption_button_container_view.h b/ash/frame/caption_buttons/frame_caption_button_container_view.h |
| index 658df05ea637bd2fb2b726a54f759d860dc073ba..f353950c1991b8d745278a468748975c62d5302e 100644 |
| --- a/ash/frame/caption_buttons/frame_caption_button_container_view.h |
| +++ b/ash/frame/caption_buttons/frame_caption_button_container_view.h |
| @@ -33,18 +33,8 @@ class ASH_EXPORT FrameCaptionButtonContainerView |
| public: |
| static const char kViewClassName[]; |
| - // Whether the frame can be minimized (either via the maximize/restore button |
| - // or via a dedicated button). |
| - enum MinimizeAllowed { |
| - MINIMIZE_ALLOWED, |
| - MINIMIZE_DISALLOWED |
| - }; |
| - |
| // |frame| is the views::Widget that the caption buttons act on. |
| - // |minimize_allowed| indicates whether the frame can be minimized (either via |
| - // the maximize/restore button or via a dedicated button). |
| - FrameCaptionButtonContainerView(views::Widget* frame, |
| - MinimizeAllowed minimize_allowed); |
| + FrameCaptionButtonContainerView(views::Widget* frame); |
|
pkotwicz
2014/09/19 03:34:31
explicit
|
| virtual ~FrameCaptionButtonContainerView(); |
| // For testing. |