| Index: ash/wm/frame_painter_unittest.cc
|
| diff --git a/ash/wm/frame_painter_unittest.cc b/ash/wm/frame_painter_unittest.cc
|
| index 3c9d55ce158182525f68a14b4fb6366cadb615e0..c81ca7cd73bcc3594728b3002734dc9144c03b49 100644
|
| --- a/ash/wm/frame_painter_unittest.cc
|
| +++ b/ash/wm/frame_painter_unittest.cc
|
| @@ -305,17 +305,6 @@ TEST_F(FramePainterTest, UseSoloWindowHeader) {
|
| w2->Show();
|
| EXPECT_FALSE(p1.UseSoloWindowHeader());
|
|
|
| - // Maximize the window, then activate the first window. The second window
|
| - // is in its own workspace, so solo should be active for the first one.
|
| - w2->Maximize();
|
| - w1->Activate();
|
| - EXPECT_TRUE(p1.UseSoloWindowHeader());
|
| -
|
| - // Switch to the second window and restore it. Solo should be disabled.
|
| - w2->Activate();
|
| - w2->Restore();
|
| - EXPECT_FALSE(p2.UseSoloWindowHeader());
|
| -
|
| // Minimize the second window. Solo should be enabled.
|
| w2->Minimize();
|
| EXPECT_TRUE(p1.UseSoloWindowHeader());
|
|
|