tree: b76fc46dd0726c24959b4ce0181d3f98de94972b [path history] [tgz]
  1. core/
  2. buildflags.gni
  3. COMMON_METADATA
  4. COMMON_METADATA.chromeos
  5. DEPS
  6. DIR_METADATA
  7. OWNERS
  8. 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.