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

Unified Diff: ash/mus/test/wm_test_base.h

Issue 2322613002: Adds support for multiple displays to WmTestBase (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/mus/BUILD.gn ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_base.h
diff --git a/ash/mus/test/wm_test_base.h b/ash/mus/test/wm_test_base.h
index 8872208ccdfa4de49aaf567851754569a071dd85..913bf5fd68b3cecd5d9321b9527337f0163bd3f1 100644
--- a/ash/mus/test/wm_test_base.h
+++ b/ash/mus/test/wm_test_base.h
@@ -69,10 +69,6 @@ class WmTestBase : public testing::Test {
void TearDown() override;
private:
- // Returns the RootWindowControllers ordered by display id (which we assume
- // correlates with creation order).
- std::vector<RootWindowController*> GetRootsOrderedByDisplayId();
-
bool setup_called_ = false;
bool teardown_called_ = false;
std::unique_ptr<WmTestHelper> test_helper_;
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698