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

Unified Diff: services/catalog/manifest.json

Issue 1942473002: Eliminate mojo:resource_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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/cpp/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 02897dd32371bc6f41fcb8a8c9b3ac1741fa3a0c..fb304dc2d6ac08046864e4191344f8b6c5727f75 100644
--- a/services/catalog/manifest.json
+++ b/services/catalog/manifest.json
@@ -3,8 +3,14 @@
"name": "mojo: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.
+ "provided": {
+ "app": [ "filesystem::Directory" ]
+ },
"required": {
- "mojo:shell": { "classes": [ "shell:all_users" ] }
+ "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
}
}
}
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/catalog/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698