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

Unified Diff: ash/test/ash_test_helper.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/test/ash_test_helper.cc
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index c4046f56c149f6ec45ba76df56497581d1d9007f..860bf93d21f3e0053973cd49a26856ed08ec847b 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -213,14 +213,5 @@ bool AshTestHelper::SupportsMultipleDisplays() {
#endif
}
-// static
-bool AshTestHelper::SupportsHostWindowResize() {
-#if defined(OS_WIN)
- return false;
-#else
- return true;
-#endif
-}
-
} // namespace test
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698