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

Unified Diff: ash/wm/workspace_controller_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
Index: ash/wm/workspace_controller_unittest.cc
diff --git a/ash/wm/workspace_controller_unittest.cc b/ash/wm/workspace_controller_unittest.cc
index 0a1ec3a2712b52e70ba18fc4fee0c110965b3507..6234a714d13ad9e111ed02d355329144de73c943 100644
--- a/ash/wm/workspace_controller_unittest.cc
+++ b/ash/wm/workspace_controller_unittest.cc
@@ -721,8 +721,6 @@ TEST_P(WorkspaceControllerTest, TransientParent) {
// Test the placement of newly created windows.
TEST_P(WorkspaceControllerTest, BasicAutoPlacingOnCreate) {
- if (!SupportsHostWindowResize())
- return;
UpdateDisplay("1600x1200");
// Creating a popup handler here to make sure it does not interfere with the
// existing windows.
@@ -1037,9 +1035,6 @@ TEST_P(WorkspaceControllerTest, TestUserHandledWindowRestore) {
// Solo window should be restored to the bounds where a user moved to.
TEST_P(WorkspaceControllerTest, TestRestoreToUserModifiedBounds) {
- if (!SupportsHostWindowResize())
- return;
-
UpdateDisplay("400x300");
gfx::Rect default_bounds(10, 0, 100, 100);
std::unique_ptr<aura::Window> window1(

Powered by Google App Engine
This is Rietveld 408576698