| Index: ash/screen_util.cc
|
| diff --git a/ash/screen_util.cc b/ash/screen_util.cc
|
| index 0a0460e23c072a9f96e4155fcbf0c6d32fe03006..ae79413a0e6fa97f818d8c78aa20d66153d6920d 100644
|
| --- a/ash/screen_util.cc
|
| +++ b/ash/screen_util.cc
|
| @@ -72,13 +72,5 @@ gfx::Rect ScreenUtil::ConvertRectFromScreen(aura::Window* window,
|
| }
|
|
|
| // static
|
| -const display::Display& ScreenUtil::GetSecondaryDisplay() {
|
| - DisplayManager* display_manager = GetDisplayManager();
|
| - CHECK_LE(2U, display_manager->GetNumDisplays());
|
| - return display_manager->GetDisplayAt(0).id() ==
|
| - display::Screen::GetScreen()->GetPrimaryDisplay().id()
|
| - ? display_manager->GetDisplayAt(1)
|
| - : display_manager->GetDisplayAt(0);
|
| -}
|
|
|
| } // namespace ash
|
|
|