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

Unified Diff: services/shell/manifest.json

Issue 2419723002: Move services/shell to services/service_manager (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/shell/connect_util.cc ('k') | services/shell/native_runner.h » ('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
deleted file mode 100644
index 865e7df37be2647009c432bfb9c4bc92e63bbf50..0000000000000000000000000000000000000000
--- a/services/shell/manifest.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "manifest_version": 1,
- "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.
- "shell:user_id": [ ],
- // Clients requesting this class are allowed to register clients for
- // processes they launch themselves.
- "shell:client_process": [ ],
- // Clients requesting this class are allowed to connect to other clients
- // in specific process instance groups.
- "shell:instance_name": [ ],
- // Clients requesting this class are run as a unique user id which is
- // visible to clients run as any user.
- "shell:all_users": [ ],
- "shell:block_wildcard": [ ],
- // 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:service_manager": [ "shell::mojom::ServiceManager" ]
- },
- "required": {
- "service:shell": [ "shell:all_users" ]
- }
- }
-}
« no previous file with comments | « services/shell/connect_util.cc ('k') | services/shell/native_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698