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

Unified Diff: ui/aura/single_display_manager.h

Issue 10826198: Use persistent ID/names for displays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove persistent_id() and change id() to int64 Created 8 years, 4 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: ui/aura/single_display_manager.h
diff --git a/ui/aura/single_display_manager.h b/ui/aura/single_display_manager.h
index f95725580ecdf274f77d76f9d04c711d6f1a9566..891efd73965e096a675fa746fbf3d9e1b82b9022 100644
--- a/ui/aura/single_display_manager.h
+++ b/ui/aura/single_display_manager.h
@@ -39,6 +39,7 @@ class AURA_EXPORT SingleDisplayManager : public DisplayManager,
const gfx::Point& point) const OVERRIDE;
virtual const gfx::Display& GetDisplayMatching(
const gfx::Rect& match_rect) const OVERRIDE;
+ virtual std::string GetDisplayNameAt(size_t index) OVERRIDE;
// WindowObserver overrides:
virtual void OnWindowBoundsChanged(Window* window,

Powered by Google App Engine
This is Rietveld 408576698