Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Unified Diff: ash/wm/window_positioner_unittest.cc

Issue 2370913002: Removes AshTestBase::SupportsHostWindowResize (Closed)
Patch Set: feedback Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/panels/panel_window_resizer_unittest.cc ('k') | ash/wm/window_state_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « ash/wm/panels/panel_window_resizer_unittest.cc ('k') | ash/wm/window_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698