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

Unified Diff: ash/display/display_manager.h

Issue 2383313002: Remove ash localization from display_manager.cc (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ash/display/display_manager.cc » ('j') | ash/display/display_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager.h
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
index 9b2c17de7ae99c387e0ad580c251f60d709ae422..a9b5ae3f57f272eaf82936203496f80b08260582 100644
--- a/ash/display/display_manager.h
+++ b/ash/display/display_manager.h
@@ -77,6 +77,9 @@ class ASH_EXPORT DisplayManager
// Get the ui::DisplayConfigurator.
virtual ui::DisplayConfigurator* display_configurator() = 0;
#endif
+
+ virtual std::string GetInternalDisplayNameString() = 0;
+ virtual std::string GetUnknownDisplayNameString() = 0;
};
// How the second display will be used.
« no previous file with comments | « no previous file | ash/display/display_manager.cc » ('j') | ash/display/display_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698