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

Unified Diff: services/ui/display/screen_manager.h

Issue 2795883002: Eliminate OnConnect usage (Closed)
Patch Set: . Created 3 years, 8 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 | « services/ui/demo/mus_demo.cc ('k') | services/ui/display/screen_manager_ozone_external.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/screen_manager.h
diff --git a/services/ui/display/screen_manager.h b/services/ui/display/screen_manager.h
index ac7fe3ab898a479883f8ed39f3523570b013c8cd..9252194c689f0c9ee2bff131f947593f9da64381 100644
--- a/services/ui/display/screen_manager.h
+++ b/services/ui/display/screen_manager.h
@@ -11,7 +11,7 @@
#include "services/ui/display/screen_manager_delegate.h"
namespace service_manager {
-class InterfaceRegistry;
+class BinderRegistry;
}
namespace display {
@@ -28,7 +28,7 @@ class ScreenManager {
static ScreenManager* GetInstance();
// Registers Mojo interfaces provided.
- virtual void AddInterfaces(service_manager::InterfaceRegistry* registry) = 0;
+ virtual void AddInterfaces(service_manager::BinderRegistry* registry) = 0;
// Triggers initial display configuration to start. On device this will
// configuration the connected displays. Off device this will create one or
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/display/screen_manager_ozone_external.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698