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

Unified Diff: ash/test/ash_test_base.h

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_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index 8e11877c3363689b984cff198d7c860053a0e68f..01e05f22a0d3df8de4e5472398e5361fecf1cc81 100644
--- a/ash/test/ash_test_base.h
+++ b/ash/test/ash_test_base.h
@@ -131,9 +131,6 @@ class AshTestBase : public testing::Test {
// Proxy to AshTestHelper::SupportsMultipleDisplays().
static bool SupportsMultipleDisplays();
- // Proxy to AshTestHelper::SupportsHostWindowResize().
- static bool SupportsHostWindowResize();
-
void set_start_session(bool start_session) { start_session_ = start_session; }
// Sets material mode for the test. This will override material mode set via

Powered by Google App Engine
This is Rietveld 408576698