commit | 42a7aba111bae4f6e6de447bb5874e19e866d5a2 | [log] [tgz] |
---|---|---|
author | anthie@google.com <anthie@google.com> | Fri Jun 28 15:10:03 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 28 15:10:03 2024 |
tree | 658482cdbc884ec79111064576aab02f07ab2735 | |
parent | 94ac2a667d6cc8a6c72053b57ad7fe6c8c7e4fb1 [diff] |
Fix Supervised User extension install metrics on "Skip Approval"-mode The metrics for the Extension Installation dialog (the same dialog that is used by non-supervised users) should be recorded for supervised user when the "Skip parent approval"-mode is enabled. This change re-enables observing the states of the Extension Installation dialog dialog for supervised users, when parental controls apply on Extensions. The deprecated state "Request parent approval" is cleaned up for where is was previously tracked. The state was only meaningful for an old use-case of the dialog, which no longer exists. A new state ("Child Accepted") is introduced instead and tracked when the child proceeds with an extension installation in the "Skip parent approval"-mode. Bug: b/321240396, b/349322029 Change-Id: Iadbd2ef4062475be83053536f728db7e85bdc260 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5645669 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Anthi Orfanou <anthie@google.com> Reviewed-by: Courtney Wong <courtneywong@chromium.org> Cr-Commit-Position: refs/heads/main@{#1320974}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.