| Index: ash/wm/panels/panel_layout_manager_unittest.cc
|
| diff --git a/ash/wm/panels/panel_layout_manager_unittest.cc b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| index d9ee44ab7be17a7e7d53aba5104bbba02558567f..5c8c44543fdf77aa073b6652de05fd4888f8e0c5 100644
|
| --- a/ash/wm/panels/panel_layout_manager_unittest.cc
|
| +++ b/ash/wm/panels/panel_layout_manager_unittest.cc
|
| @@ -386,9 +386,6 @@ TEST_F(PanelLayoutManagerTest, PanelAlignsToHiddenLauncherIcon) {
|
| }
|
|
|
| TEST_F(PanelLayoutManagerTest, PanelAlignsToHiddenLauncherIconSecondDisplay) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| // Keep the displays wide so that shelves have enough space for shelves
|
| // buttons.
|
| UpdateDisplay("400x400,600x400");
|
| @@ -651,9 +648,6 @@ TEST_F(PanelLayoutManagerTest, MinimizeRestorePanel) {
|
| }
|
|
|
| TEST_F(PanelLayoutManagerTest, PanelMoveBetweenMultipleDisplays) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| // Keep the displays wide so that shelves have enough space for launcher
|
| // buttons.
|
| UpdateDisplay("600x400,600x400");
|
| @@ -734,9 +728,6 @@ TEST_F(PanelLayoutManagerTest, PanelMoveBetweenMultipleDisplays) {
|
| }
|
|
|
| TEST_F(PanelLayoutManagerTest, PanelAttachPositionMultipleDisplays) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| // Keep the displays wide so that shelves have enough space for shelf buttons.
|
| // Use differently sized displays so the shelf is in a different
|
| // position on second display.
|
| @@ -758,9 +749,6 @@ TEST_F(PanelLayoutManagerTest, PanelAttachPositionMultipleDisplays) {
|
| }
|
|
|
| TEST_F(PanelLayoutManagerTest, PanelAlignmentSecondDisplay) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| UpdateDisplay("600x400,600x400");
|
| aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
|
|
|
|