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

Side by Side Diff: services/service_manager/embedder/README.md

Issue 2613653003: Move some basic early process init into Service Manager (Closed)
Patch Set: fix mac shutdown order Created 3 years, 9 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 | « services/service_manager/embedder/DEPS ('k') | services/service_manager/embedder/mac_init.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 # Service Manager Embedder API
2
3 The Service Manager is a library for opaquely managing service process launch,
4 sandboxing, and lifetime; and for brokering Mojo interface connections among
5 services.
6
7 The Service Manager must be configured with a static set of declarative service
8 definitions. The embedder API provides a means of embedding core Service Manager
9 functionality into a standalone executable, delegating configuration and
10 assorted implementation details to the embedder.
11
12 As one example, the Content layer of Chromium embeds the Service Manager via
13 this API, and there it's used [WIP] to drive all process management and IPC
14 setup across the system.
15
16 This API is a work in progress, and more details will be documented here as the
17 API is stabilized.
OLDNEW
« no previous file with comments | « services/service_manager/embedder/DEPS ('k') | services/service_manager/embedder/mac_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698