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

Unified Diff: services/ui/service.cc

Issue 2323393003: Connect mojom::DisplayController from ash to ui. (Closed)
Patch Set: Add comments. 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 | « services/ui/service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.cc
diff --git a/services/ui/service.cc b/services/ui/service.cc
index e3521ade9bc81c24aaa6c9f6e3682c747ba69703..26994f49ee2954a65d1f765b80dacfa85080ef36 100644
--- a/services/ui/service.cc
+++ b/services/ui/service.cc
@@ -213,6 +213,8 @@ bool Service::OnConnect(const shell::Identity& remote_identity,
if (input_device_server_.IsRegisteredAsObserver())
input_device_server_.AddInterface(registry);
+ platform_screen_->AddInterfaces(registry);
+
#if defined(USE_OZONE)
ui::OzonePlatform::GetInstance()->AddInterfaces(registry);
#endif
« no previous file with comments | « services/ui/service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698