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

Unified Diff: ui/display/manager/display_manager.h

Issue 2523873002: Remove DisplayChangeObserver ash dependencies. (Closed)
Patch Set: Change DCO constructor slightly. Created 4 years 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/display/manager/DEPS ('k') | ui/display/manager/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/display_manager.h
diff --git a/ui/display/manager/display_manager.h b/ui/display/manager/display_manager.h
index f573f4d169599e02a11380a101bba45347b8e2c9..6b58000c1b37bcd2d732ecf2f6eab4db3a802323 100644
--- a/ui/display/manager/display_manager.h
+++ b/ui/display/manager/display_manager.h
@@ -8,6 +8,7 @@
#include <stddef.h>
#include <stdint.h>
+#include <map>
#include <memory>
#include <string>
#include <vector>
@@ -74,9 +75,6 @@ class DISPLAY_MANAGER_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 | « ui/display/manager/DEPS ('k') | ui/display/manager/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698