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

Unified Diff: ash/display/window_tree_host_manager_unittest.cc

Issue 2694623016: chromeos: Makes AshTestBase/Helper target mash when appropriate (Closed)
Patch Set: comment 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
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() {
msw 2017/02/19 21:49:20 Can you give some context for this? Do we need thi
sky 2017/02/21 17:06:50 Exactly.
- return display::Screen::GetScreen()->GetDisplayNearestWindow(
- Shell::GetAllRootWindows()[1]);
-}
-
class TestHelper {
public:
explicit TestHelper(test::AshTestBase* delegate);

Powered by Google App Engine
This is Rietveld 408576698