Chromium Code Reviews| Index: ash/screen_util.h |
| diff --git a/ash/screen_util.h b/ash/screen_util.h |
| index 22d5a505e0c99dc2e1078573bbc009e79d76d4ff..b8687efd6a4041aac411d574fc6b4e0aea67fb7b 100644 |
| --- a/ash/screen_util.h |
| +++ b/ash/screen_util.h |
| @@ -50,11 +50,6 @@ class ASH_EXPORT ScreenUtil { |
| // coordinates. |
| static gfx::Rect ConvertRectFromScreen(aura::Window* window, |
| const gfx::Rect& rect); |
| - |
| - // Returns a display::Display object for secondary display. Returns |
| - // invalid display if there is no secondary display connected. |
| - static const display::Display& GetSecondaryDisplay(); |
| - |
| private: |
| ScreenUtil() {} |
| ~ScreenUtil() {} |