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

Unified Diff: mash/task_viewer/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 | « mash/session/session.cc ('k') | mash/task_viewer/task_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/task_viewer/manifest.json
diff --git a/mash/task_viewer/manifest.json b/mash/task_viewer/manifest.json
index 4a1c403e07d508c19d9834ee68dcdb3801e1247e..ef7dd35825571ab4a4b00ea003ecba161eb3384b 100644
--- a/mash/task_viewer/manifest.json
+++ b/mash/task_viewer/manifest.json
@@ -1,15 +1,15 @@
{
"manifest_version": 1,
- "name": "mojo:task_viewer",
+ "name": "service:task_viewer",
"display_name": "Task Viewer",
"capabilities": {
"provided": { "mash:launchable": ["mash::mojom::Launchable"] },
"required": {
"*": { "classes": [ "app" ] },
- "mojo:catalog": {
+ "service:catalog": {
"interfaces": [ "catalog::mojom::Catalog" ]
},
- "mojo:shell": { "interfaces": [ "shell::mojom::ServiceManager" ] }
+ "service:shell": { "interfaces": [ "shell::mojom::ServiceManager" ] }
}
}
}
« no previous file with comments | « mash/session/session.cc ('k') | mash/task_viewer/task_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698