0
Files
src/components/supervised_user
anthie@google.com abd6e91bd7 Check for Android google branded build for local web approvals
Additional check that local web approvals are only
supported on Google-branded builds, as the feature
relies on Clank code and integration with 1P APIs
(PACP widget). Originally planned to be checked via
the dedicated method
WebsiteParentApproval::IsLocalApprovalSupported.
As the dependent source cannot be imported currently,
a work-around based on the build-flag values is used.


Bug: b/261729051
Change-Id: Ie982a3b2741f8a9d6c60b9235335da86739a3a74
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4111222
Reviewed-by: James Lee <ljjlee@google.com>
Commit-Queue: Anthi Orfanou <anthie@google.com>
Cr-Commit-Position: refs/heads/main@{#1105576}
2023-02-15 11:11:47 +00:00
..

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.