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

Unified Diff: ash/mus/manifest.json

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . Created 4 years, 2 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 | « ash/mus/app_launch_unittest.cc ('k') | ash/mus/window_manager_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/manifest.json
diff --git a/ash/mus/manifest.json b/ash/mus/manifest.json
index cb103860279c05f22f7e7ced67a0f33eccaff9d0..fc26faf13223ca8ac3a34ab3175bd90ba830deff 100644
--- a/ash/mus/manifest.json
+++ b/ash/mus/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 1,
- "name": "mojo:ash",
+ "name": "service:ash",
"display_name": "Ash Window Manager and Shell",
"capabilities": {
"provided": {
@@ -12,20 +12,21 @@
"interfaces": [
"ash::mojom::SystemTrayClient",
"ash::mojom::WallpaperManager",
- "app_list::mojom::AppListPresenter"
+ "app_list::mojom::AppListPresenter",
+ "keyboard::mojom::Keyboard"
]
},
- "mojo:mash_session": {
+ "service:mash_session": {
"interfaces": [ "mash::session::mojom::Session" ]
},
- "mojo:ui": {
+ "service:ui": {
"interfaces": [
"display::mojom::DisplayController",
"ui::mojom::AccessibilityManager",
"ui::mojom::WindowManagerWindowTreeFactory"
]
},
- "mojo:touch_hud": {
+ "service:touch_hud": {
"interfaces": [
"mash::mojom::Launchable"
]
« no previous file with comments | « ash/mus/app_launch_unittest.cc ('k') | ash/mus/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698