tree: aa47cf0dae64f28f62b6992ae0096736a96df434 [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.