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

Unified Diff: services/catalog/manifest.json

Issue 2389133008: Mash: Replaces "exe:chrome" with "service:content_browser" (Closed)
Patch Set: rebase 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/catalog.cc ('k') | services/catalog/public/interfaces/BUILD.gn » ('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 6e76163b6cba35fc203e63469c2932ec3670e78e..0486dcec9e2999e424b65c0170bdcafd1175faae 100644
--- a/services/catalog/manifest.json
+++ b/services/catalog/manifest.json
@@ -3,11 +3,14 @@
"name": "service:catalog",
"display_name": "Application Resolver",
"capabilities": {
- // Note, this section is provided for documentation only. Classes provided
- // by this service must be stated in code in shell.cc as this manifest is
- // not resolved until after several connections have been made.
+ // NOTE: This manifest is for documentation purposes only. Relevant
+ // capability spec is defined inline in the ServiceManager implementation.
+ //
+ // TODO(rockot): Fix this. We can bake this file into ServiceManager at
+ // build time or something. Same with service:shell.
"provided": {
- "app": [ "filesystem::mojom::Directory" ]
+ "app": [ "filesystem::mojom::Directory" ],
+ "control": [ "catalog::mojom::CatalogControl" ]
},
"required": {
"service:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/catalog/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698