Chromium Code Reviews| 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); |