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

Unified Diff: ash/wm/overview/window_selector_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/lock_layout_manager_unittest.cc ('k') | ash/wm/panels/panel_window_resizer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_unittest.cc
diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc
index 64a6e3d5d4af720067d419af363dd0d54fe110a9..fd191e9db063d1e1d2a325e08c5a9df8463c608a 100644
--- a/ash/wm/overview/window_selector_unittest.cc
+++ b/ash/wm/overview/window_selector_unittest.cc
@@ -1633,9 +1633,6 @@ TEST_P(WindowSelectorTest, CreateLabelUnderWindow) {
// Tests that overview updates the window positions if the display orientation
// changes.
TEST_P(WindowSelectorTest, DisplayOrientationChanged) {
- if (!SupportsHostWindowResize())
- return;
-
aura::Window* root_window = Shell::GetInstance()->GetPrimaryRootWindow();
UpdateDisplay("600x200");
EXPECT_EQ("0,0 600x200", root_window->bounds().ToString());
@@ -1701,8 +1698,6 @@ TEST_P(WindowSelectorTest, CloseWindowWithKey) {
// Tests traversing some windows in overview mode with the arrow keys in every
// possible direction.
TEST_P(WindowSelectorTest, BasicArrowKeyNavigation) {
- if (!SupportsHostWindowResize())
- return;
const size_t test_windows = 9;
UpdateDisplay("800x600");
ScopedVector<aura::Window> windows;
« no previous file with comments | « ash/wm/lock_layout_manager_unittest.cc ('k') | ash/wm/panels/panel_window_resizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698