| Index: ash/frame/caption_buttons/frame_size_button_unittest.cc
|
| diff --git a/ash/frame/caption_buttons/frame_size_button_unittest.cc b/ash/frame/caption_buttons/frame_size_button_unittest.cc
|
| index 02c6023396d5bc4a3c92f0096c2a1fe6916f0ca2..873630859a2bed7b08fec9ac94bb036589e6863f 100644
|
| --- a/ash/frame/caption_buttons/frame_size_button_unittest.cc
|
| +++ b/ash/frame/caption_buttons/frame_size_button_unittest.cc
|
| @@ -40,6 +40,9 @@ class TestWidgetDelegate : public views::WidgetDelegateView {
|
| virtual bool CanMaximize() const OVERRIDE {
|
| return true;
|
| }
|
| + virtual bool CanMinimize() const OVERRIDE {
|
| + return true;
|
| + }
|
|
|
| ash::FrameCaptionButtonContainerView* caption_button_container() {
|
| return caption_button_container_;
|
|
|