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

Unified Diff: services/catalog/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 | « services/catalog/instance.cc ('k') | services/catalog/reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/manifest.json
diff --git a/services/catalog/manifest.json b/services/catalog/manifest.json
index 3f89a0f359d8ef7989852fce09554d152a5a0f6c..6e76163b6cba35fc203e63469c2932ec3670e78e 100644
--- a/services/catalog/manifest.json
+++ b/services/catalog/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 1,
- "name": "mojo:catalog",
+ "name": "service:catalog",
"display_name": "Application Resolver",
"capabilities": {
// Note, this section is provided for documentation only. Classes provided
@@ -10,7 +10,7 @@
"app": [ "filesystem::mojom::Directory" ]
},
"required": {
- "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
+ "service:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
}
}
}
« no previous file with comments | « services/catalog/instance.cc ('k') | services/catalog/reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698