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