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

Unified Diff: ui/aura/single_display_manager.cc

Issue 10905288: Switch primary display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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
« no previous file with comments | « ui/aura/single_display_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/single_display_manager.cc
diff --git a/ui/aura/single_display_manager.cc b/ui/aura/single_display_manager.cc
index f359c1172dbecf95d5bcc7cfbd71bf04facab126..c9a5bbebc29d11c327a25bc1269d4e53b60e6b5d 100644
--- a/ui/aura/single_display_manager.cc
+++ b/ui/aura/single_display_manager.cc
@@ -77,7 +77,8 @@ const gfx::Display& SingleDisplayManager::GetDisplayMatching(
return display_;
}
-std::string SingleDisplayManager::GetDisplayNameAt(size_t index) {
+std::string SingleDisplayManager::GetDisplayNameFor(
+ const gfx::Display& display) {
return "Display";
}
« no previous file with comments | « ui/aura/single_display_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698