Index: ui/aura/display_manager.h |
diff --git a/ui/aura/display_manager.h b/ui/aura/display_manager.h |
index 707d8c2c31fbda3d12ce5cae4fd3d4cfaabfbd8b..41a5e0435e0db5f5fd9fc00186675f5e09df7fab 100644 |
--- a/ui/aura/display_manager.h |
+++ b/ui/aura/display_manager.h |
@@ -84,6 +84,9 @@ class AURA_EXPORT DisplayManager { |
virtual const gfx::Display& GetDisplayMatching( |
const gfx::Rect& match_rect) const = 0; |
+ // Returns the human-readable name for the display specified by |index|. |
+ virtual std::string GetDisplayNameAt(size_t index) = 0; |
+ |
protected: |
// Calls observers' OnDisplayBoundsChanged methods. |
void NotifyBoundsChanged(const gfx::Display& display); |