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

Unified Diff: ash/shell_unittest.cc

Issue 2370913002: Removes AshTestBase::SupportsHostWindowResize (Closed)
Patch Set: missed 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/shell_unittest.cc
diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
index 8fefa308d69a8afdeadb463ee56357e090799a62..cffe49b6ae4509ca39aad1adcd1713bc828126e7 100644
--- a/ash/shell_unittest.cc
+++ b/ash/shell_unittest.cc
@@ -369,9 +369,6 @@ TEST_F(ShellTest, LockScreenClosesActiveMenu) {
}
TEST_F(ShellTest, ManagedWindowModeBasics) {
- if (!SupportsHostWindowResize())
- return;
-
// We start with the usual window containers.
ExpectAllContainers();
// Shelf is visible.

Powered by Google App Engine
This is Rietveld 408576698