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

Unified Diff: ash/sysui/manifest.json

Issue 2058853002: Enable InputDeviceServer/InputDeviceClient in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_device
Patch Set: Rebase. 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: 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" ]
sadrul 2016/06/13 15:31:06 I think it makes sense for mus to automatically ex
kylechar 2016/06/13 15:51:10 That sounds better. Done.
}
}
}
« ash/sysui/BUILD.gn ('K') | « ash/sysui/BUILD.gn ('k') | ash/sysui/sysui_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698