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

Unified Diff: ash/display/window_tree_host_manager_unittest.cc

Issue 2694623016: chromeos: Makes AshTestBase/Helper target mash when appropriate (Closed)
Patch Set: feedback Created 3 years, 10 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/common/system/tray/tray_details_view_unittest.cc ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/window_tree_host_manager_unittest.cc
diff --git a/ash/display/window_tree_host_manager_unittest.cc b/ash/display/window_tree_host_manager_unittest.cc
index 99d37cfea15aaf45b8f36e8639d64a0be7b2d74e..2f1a3bc9095ee845d140da31491e57a07eb8eecf 100644
--- a/ash/display/window_tree_host_manager_unittest.cc
+++ b/ash/display/window_tree_host_manager_unittest.cc
@@ -185,11 +185,6 @@ display::Display GetPrimaryDisplay() {
Shell::GetAllRootWindows()[0]);
}
-display::Display GetSecondaryDisplay() {
- return display::Screen::GetScreen()->GetDisplayNearestWindow(
- Shell::GetAllRootWindows()[1]);
-}
-
class TestHelper {
public:
explicit TestHelper(test::AshTestBase* delegate);
« no previous file with comments | « ash/common/system/tray/tray_details_view_unittest.cc ('k') | ash/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698