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

Unified Diff: ash/sysui/manifest.json

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
« no previous file with comments | « no previous file | ash/sysui/sysui_application.cc » ('j') | components/mus/input_devices/input_device_server.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/manifest.json
diff --git a/ash/sysui/manifest.json b/ash/sysui/manifest.json
index b56731662a6167ee13a8fbea2c70a66a812b102b..856054a16c0abe26c9aef1a44970014c9bfda0aa 100644
--- a/ash/sysui/manifest.json
+++ b/ash/sysui/manifest.json
@@ -14,6 +14,9 @@
"exe:chrome" : {
"interfaces": [ "ash::sysui::mojom::WallpaperManager" ],
"classes": [ "app_list:presenter" ]
+ },
+ "mojo:mus": {
+ "interfaces": [ "input_device::mojom::InputDeviceServer" ]
}
}
}
« no previous file with comments | « no previous file | ash/sysui/sysui_application.cc » ('j') | components/mus/input_devices/input_device_server.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698