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

Unified Diff: ash/screen_util.h

Issue 2355063002: Separate ash::test::DisplayManagerTestApi from ash (Closed)
Patch Set: rebased, cleanup Created 4 years, 3 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/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() {}

Powered by Google App Engine
This is Rietveld 408576698