[mojo] Introduce ServiceFactory API
ServiceFactory is relatively simple helper API for Mojo consumers to handle service interface requests, typically in a sandboxed service process. This is used here to reduce error-prone and inconvenient boilerplate around out-of-process service launching in Content and its embedders. Bug: 977637 Change-Id: Iae3dcd1335280fc2ec96014d7009ce5183060638 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717474 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#681451}
Showing
chrome/utility/services.cc
0 → 100644
chrome/utility/services.h
0 → 100644
Please register or sign in to comment