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

Unified Diff: ash/screen_util.h

Issue 2355063002: Separate ash::test::DisplayManagerTestApi from ash (Closed)
Patch Set: review comment Created 4 years, 2 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
« no previous file with comments | « ash/mus/workspace/workspace_layout_manager_unittest.cc ('k') | ash/screen_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « ash/mus/workspace/workspace_layout_manager_unittest.cc ('k') | ash/screen_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698