| Index: ash/wm/window_cycle_controller_unittest.cc
|
| diff --git a/ash/wm/window_cycle_controller_unittest.cc b/ash/wm/window_cycle_controller_unittest.cc
|
| index 1694d153e32c68007a8b640cf3ca394adb495a08..1d758c37af052647b95aa15a0ba3b753a878c7aa 100644
|
| --- a/ash/wm/window_cycle_controller_unittest.cc
|
| +++ b/ash/wm/window_cycle_controller_unittest.cc
|
| @@ -394,9 +394,6 @@ TEST_F(WindowCycleControllerTest, AlwaysOnTopMultiWindow) {
|
| }
|
|
|
| TEST_F(WindowCycleControllerTest, AlwaysOnTopMultipleRootWindows) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| // Set up a second root window
|
| UpdateDisplay("1000x600,600x400");
|
| aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
|
|