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

Unified Diff: services/catalog/manifest.json

Issue 2427443002: Replace remaining shell references with service manager (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/catalog.h ('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 384dd6e8db19977bdd08188c058b62ce1612d5a0..de758419c4e5e74ed03d526281ec5b26904f7327 100644
--- a/services/catalog/manifest.json
+++ b/services/catalog/manifest.json
@@ -7,13 +7,16 @@
// 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.
+ // build time or something. Same with service:service_manager.
"provided": {
"app": [ "filesystem::mojom::Directory" ],
"control": [ "catalog::mojom::CatalogControl" ]
},
"required": {
- "service:shell": [ "shell:all_users", "shell:explicit_class" ]
+ "service:service_manager": [
+ "service_manager:all_users",
+ "service_manager:explicit_class"
+ ]
}
}
}
« no previous file with comments | « services/catalog/catalog.h ('k') | services/catalog/reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698