| Index: ash/wm/window_positioner_unittest.cc
|
| diff --git a/ash/wm/window_positioner_unittest.cc b/ash/wm/window_positioner_unittest.cc
|
| index 3538962e4bbb4b77cb1c7b02c9cff4182ede55cc..82432ebefe070dacb06342f9a8e410e39f34ab2c 100644
|
| --- a/ash/wm/window_positioner_unittest.cc
|
| +++ b/ash/wm/window_positioner_unittest.cc
|
| @@ -144,9 +144,6 @@ class OutOfDisplayDelegate : public views::WidgetDelegate {
|
| } // namespace
|
|
|
| TEST_P(WindowPositionerTest, EnsureMinimumVisibility) {
|
| - if (!SupportsHostWindowResize())
|
| - return;
|
| -
|
| UpdateDisplay("400x400");
|
| views::Widget* widget = new views::Widget();
|
| views::Widget::InitParams params(views::Widget::InitParams::TYPE_WINDOW);
|
| @@ -205,8 +202,6 @@ TEST_P(WindowPositionerTest, FirstRunMaximizeWindowLowResolution) {
|
| }
|
|
|
| TEST_P(WindowPositionerTest, IgnoreFullscreenInAutoRearrange) {
|
| - if (!SupportsHostWindowResize())
|
| - return;
|
| // Set bigger than 1366 so that the new window is opened in normal state.
|
| UpdateDisplay("1400x800");
|
|
|
|
|