Upload upstream chromium 114.0.5735.31
[platform/framework/web/chromium-efl.git] / components / supervised_user / README.md
1 Supervised User is a multiprocess [layered
2 component](https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design) that supports cross-platform access to services and
3 features that target supervised users in Chrome, including metrics
4 collection, application of parental controls, and the enforcement of browser
5 protections.
6
7 It has the following structure:
8 - [`core/`](https://source.chromium.org/chromium/chromium/src/+/main:components/supervised_user/core): Code shared by `content/` and `ios/`.
9   - [`browser/`](https://source.chromium.org/chromium/chromium/src/+/main:components/supervised_user/core/browser): Browser process code.
10   - [`common/`](https://source.chromium.org/chromium/chromium/src/+/main:components/supervised_user/core/common): Code shared by the browser and the renderer.