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

Unified Diff: services/shell/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/reader.cc ('k') | services/shell/public/service_manifest.gni » ('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 7298197185d1872ed13f2477e97c3e0613d7d8f0..1dbee4ec82452aeb0c3390684a51ee81da8b761f 100644
--- a/services/shell/manifest.json
+++ b/services/shell/manifest.json
@@ -3,6 +3,11 @@
"name": "service:shell",
"display_name": "Service Manager",
"capabilities": {
+ // 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:catalog.
"provided": {
// Clients requesting this class are able to connect to other clients as
// specific users other than their own.
@@ -20,7 +25,7 @@
// Clients requesting this class block inbound requests to bind interfaces
// from other sources who specify wildcard rules in their manifest
// capability interface sets.
- "shell:explicit_class": [ ]
+ "shell:explicit_class": [ ]
},
"required": {
"service:shell": { "classes": [ "shell:all_users" ] }
« no previous file with comments | « services/catalog/reader.cc ('k') | services/shell/public/service_manifest.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698