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

Unified Diff: services/shell/manifest.json

Issue 1915853002: Revert of 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 6681d9672c79fed897a871e1413e0f4e4949dd63..d3303f992226750100ea975d3ae23d950b147450 100644
--- a/services/shell/manifest.json
+++ b/services/shell/manifest.json
@@ -4,14 +4,13 @@
"display_name": "Service Manager",
"capabilities": {
"provided": {
- "shell:user_id": [ ],
- "shell:client_process": [ ],
- "shell:instance_name": [ ],
- "shell:all_users": [ ],
- "shell:block_wildcard": [ ]
+ "user_id": [ ],
+ "client_process": [ ],
+ "instance_name": [ ],
+ "all_users": [ ]
},
"required": {
- "mojo:shell": { "classes": [ "shell:all_users" ] }
+ "mojo:shell": { "classes": [ "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