| Index: ash/wm/system_modal_container_layout_manager_unittest.cc
|
| diff --git a/ash/wm/system_modal_container_layout_manager_unittest.cc b/ash/wm/system_modal_container_layout_manager_unittest.cc
|
| index 7f9d7b51d8a72bb38835a060adb04325c766c58f..ede38a7593b23f6b21c073fca8ca9ee87d49a697 100644
|
| --- a/ash/wm/system_modal_container_layout_manager_unittest.cc
|
| +++ b/ash/wm/system_modal_container_layout_manager_unittest.cc
|
| @@ -584,9 +584,6 @@ TEST_F(SystemModalContainerLayoutManagerTest, ShowNormalBackgroundOrLocked) {
|
| }
|
|
|
| TEST_F(SystemModalContainerLayoutManagerTest, MultiDisplays) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| UpdateDisplay("500x500,500x500");
|
|
|
| std::unique_ptr<aura::Window> normal(OpenToplevelTestWindow(false));
|
| @@ -893,9 +890,6 @@ TEST_F(SystemModalContainerLayoutManagerTest, BlockAllEvents) {
|
|
|
| // Make sure that events are properly blocked in multi displays environment.
|
| TEST_F(SystemModalContainerLayoutManagerTest, BlockEventsInMultiDisplays) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| UpdateDisplay("500x500, 500x500");
|
| InputTestDelegate delegate;
|
| delegate.RunTest(this);
|
|
|