| Index: ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_layout_manager_unittest.cc b/ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| index db63e909bfe6ec901ed2674222fa5e75c5852ef2..bc492d9ee7adf1ab0943348978e3e0ef9bb2c2c8 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_layout_manager_unittest.cc
|
| @@ -172,8 +172,6 @@ TEST_F(WorkspaceLayoutManagerTest, NoMinimumVisibilityForPopupWindows) {
|
| }
|
|
|
| TEST_F(WorkspaceLayoutManagerTest, KeepRestoredWindowInDisplay) {
|
| - if (!SupportsHostWindowResize())
|
| - return;
|
| std::unique_ptr<aura::Window> window(
|
| CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40)));
|
| wm::WindowState* window_state = wm::GetWindowState(window.get());
|
|
|