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

Unified Diff: chrome/app/mojo/chrome_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
Index: chrome/app/mojo/chrome_manifest.json
diff --git a/chrome/app/mojo/chrome_manifest.json b/chrome/app/mojo/chrome_manifest.json
index 0e1ab90ba996b8a4fdd33eb6488bfe781b476f6f..6dbd408d6e6e805b66c534104b34079ea86eb9ee 100644
--- a/chrome/app/mojo/chrome_manifest.json
+++ b/chrome/app/mojo/chrome_manifest.json
@@ -10,6 +10,9 @@
"ash::sysui::mojom::WallpaperController",
"mash::shelf::mojom::ShelfController"
]
+ },
+ "mojo:mus": {
+ "interfaces": [ "input_device::mojom::InputDeviceServer" ]
}
},
"provided": {

Powered by Google App Engine
This is Rietveld 408576698