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

Unified Diff: ash/display/display_manager.h

Issue 2383313002: Remove ash localization from display_manager.cc (Closed)
Patch Set: rebased 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 | « no previous file | ash/display/display_manager.cc » ('j') | no next file with comments »
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 fa791531514d9a3bba38667d22634dc6bf2d918e..60c84089d7de2ef88d25b10656d52f090475b5c1 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698