tree: 3ade714be7b92eff1d797ebdc417b7494d25bd5f [path history] [tgz]
  1. core/
  2. test_support/
  3. buildflags.gni
  4. COMMON_METADATA
  5. COMMON_METADATA.chromeos
  6. DEPS
  7. DIR_METADATA
  8. OWNERS
  9. README.md
components/supervised_user/README.md

Supervised User is a multiprocess layered component that supports cross-platform access to services and features that target supervised users in Chrome, including metrics collection, application of parental controls, and the enforcement of browser protections.

It has the following structure:

  • core/: Code shared by content/ and ios/.
    • browser/: Browser process code.
    • common/: Code shared by the browser and the renderer.