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

Unified Diff: components/mus/mus_app.cc

Issue 1992443002: Add Mojo IPC based input-device service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_ddm
Patch Set: Fixes for comments. Created 4 years, 6 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
Index: components/mus/mus_app.cc
diff --git a/components/mus/mus_app.cc b/components/mus/mus_app.cc
index c81ced9fa6d888157dd206f9fd0dde8ba2fffecd..8cdbdcd7be3739440fba604bdd7b580a274e1a35 100644
--- a/components/mus/mus_app.cc
+++ b/components/mus/mus_app.cc
@@ -205,6 +205,8 @@ bool MusApp::AcceptConnection(Connection* connection) {
if (test_config_)
connection->AddInterface<WindowServerTest>(this);
+ input_device_server_.RegisterInterface(connection);
+
if (use_chrome_gpu_command_buffer_) {
connection->AddInterface<mojom::GpuService>(this);
} else {

Powered by Google App Engine
This is Rietveld 408576698