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

Side by Side Diff: content/public/app/mojo/content_packaged_services_manifest.json

Issue 2695803004: Make browser process a singleton service (Closed)
Patch Set: . Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/public/common/service_manager_connection.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Primordial service for the browser process. This is a singleton service which
2 // acts as a runtime ServiceFactory for other packaged global services exposed
3 // at or below the content layer.
4 //
5 // Note that this is only for packaging services which do not require user
6 // profile context. Services which require user profile context must instead be
7 // packaged within the content_browser service.
8 {
9 "name": "content_packaged_services",
10 "display_name": "Content Packaged Services",
11 "interface_provider_specs": {
12 "service_manager:connector": {
13 "provides": {
14 "service_manager:service_factory": [
15 "service_manager::mojom::ServiceFactory"
16 ]
17 },
18 "requires": {
19 "content_browser": [],
20 "service_manager": [
21 "service_manager:all_users",
22 "service_manager:client_process",
23 "service_manager:user_id"
24 ]
25 }
26 }
27 }
28 }
OLDNEW
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/public/common/service_manager_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698