| Index: ash/system/toast/toast_manager_unittest.cc
|
| diff --git a/ash/system/toast/toast_manager_unittest.cc b/ash/system/toast/toast_manager_unittest.cc
|
| index 4317a4f32e656379bcd8ca9042fab488f22c236e..86dad5242a181f000d97338bc1907e5f471a3947 100644
|
| --- a/ash/system/toast/toast_manager_unittest.cc
|
| +++ b/ash/system/toast/toast_manager_unittest.cc
|
| @@ -255,8 +255,6 @@ TEST_F(ToastManagerTest, PositionWithVisibleLeftShelf) {
|
| }
|
|
|
| TEST_F(ToastManagerTest, PositionWithUnifiedDesktop) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| display_manager()->SetUnifiedDesktopEnabled(true);
|
| UpdateDisplay("1000x500,0+600-100x500");
|
|
|
|
|