Index: ash/test/ash_test_base.cc |
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc |
index 22d4ffda056127df4fa9f020c899d47c7b0c7d16..1025cd8b6d75af45f99d1fd33844a7702aed5b4d 100644 |
--- a/ash/test/ash_test_base.cc |
+++ b/ash/test/ash_test_base.cc |
@@ -208,10 +208,6 @@ bool AshTestBase::SupportsMultipleDisplays() { |
} |
// static |
-bool AshTestBase::SupportsHostWindowResize() { |
- return AshTestHelper::SupportsHostWindowResize(); |
-} |
- |
void AshTestBase::UpdateDisplay(const std::string& display_specs) { |
DisplayManagerTestApi().UpdateDisplay(display_specs); |
} |