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

Unified Diff: services/shell/manifest.json

Issue 1910043002: Provide capability classes from Mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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/manifest.json ('k') | services/shell/public/cpp/lib/interface_registry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/manifest.json
diff --git a/services/shell/manifest.json b/services/shell/manifest.json
index d3303f992226750100ea975d3ae23d950b147450..6681d9672c79fed897a871e1413e0f4e4949dd63 100644
--- a/services/shell/manifest.json
+++ b/services/shell/manifest.json
@@ -4,13 +4,14 @@
"display_name": "Service Manager",
"capabilities": {
"provided": {
- "user_id": [ ],
- "client_process": [ ],
- "instance_name": [ ],
- "all_users": [ ]
+ "shell:user_id": [ ],
+ "shell:client_process": [ ],
+ "shell:instance_name": [ ],
+ "shell:all_users": [ ],
+ "shell:block_wildcard": [ ]
},
"required": {
- "mojo:shell": { "classes": [ "all_users" ] }
+ "mojo:shell": { "classes": [ "shell:all_users" ] }
}
}
}
« no previous file with comments | « services/catalog/manifest.json ('k') | services/shell/public/cpp/lib/interface_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698