| Index: ash/common/wm/workspace/workspace_layout_manager_unittest.cc
|
| diff --git a/ash/common/wm/workspace/workspace_layout_manager_unittest.cc b/ash/common/wm/workspace/workspace_layout_manager_unittest.cc
|
| index b2e11e5a9b13d850596061b33b4aa0f17e68f31b..a0c4b8eec87ce196fd940ad1f430a6db33663409 100644
|
| --- a/ash/common/wm/workspace/workspace_layout_manager_unittest.cc
|
| +++ b/ash/common/wm/workspace/workspace_layout_manager_unittest.cc
|
| @@ -107,9 +107,6 @@ TEST_F(WorkspaceLayoutManagerTest, RestoreFromMinimizeKeepsRestore) {
|
| EXPECT_EQ("0,0 100x100", window_state->GetRestoreBoundsInScreen().ToString());
|
| EXPECT_EQ("10,15 25x35", window->GetBounds().ToString());
|
|
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| UpdateDisplay("400x300,500x400");
|
| window->SetBoundsInScreen(gfx::Rect(600, 0, 100, 100), GetSecondaryDisplay());
|
| EXPECT_EQ(WmShell::Get()->GetAllRootWindows()[1], window->GetRootWindow());
|
| @@ -130,9 +127,6 @@ TEST_F(WorkspaceLayoutManagerTest, RestoreFromMinimizeKeepsRestore) {
|
| }
|
|
|
| TEST_F(WorkspaceLayoutManagerTest, KeepMinimumVisibilityInDisplays) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| -
|
| UpdateDisplay("300x400,400x500");
|
| WmWindow::Windows root_windows = WmShell::Get()->GetAllRootWindows();
|
|
|
| @@ -205,8 +199,6 @@ TEST_F(WorkspaceLayoutManagerTest, KeepRestoredWindowInDisplay) {
|
| }
|
|
|
| TEST_F(WorkspaceLayoutManagerTest, MaximizeInDisplayToBeRestored) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| UpdateDisplay("300x400,400x500");
|
|
|
| WmWindow::Windows root_windows = WmShell::Get()->GetAllRootWindows();
|
| @@ -267,8 +259,6 @@ TEST_F(WorkspaceLayoutManagerTest, MaximizeInDisplayToBeRestored) {
|
| }
|
|
|
| TEST_F(WorkspaceLayoutManagerTest, FullscreenInDisplayToBeRestored) {
|
| - if (!SupportsMultipleDisplays())
|
| - return;
|
| UpdateDisplay("300x400,400x500");
|
|
|
| WmWindow::Windows root_windows = WmShell::Get()->GetAllRootWindows();
|
|
|