Disable child user grant permissions to extensions when pref is false
When the "Permissions for sites and apps" toggle in Chrome family dashboard is disabled, we should prevent child users from installing new extensions and approving additional permissions for existing extensions. This CL focuses on preventing child users from granting approval for additional permissions. When the toggle is disabled, pref kSupervisedUserExtensionsMayRequestPermissions becomes false, and this is used to implement the desired effects in this CL. Bug: 1018956 Change-Id: I492e9ffa2b5b4c923160c54aebbbc8a5622849a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929032Reviewed-by:Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#719714}
Showing
This diff is collapsed.
Please register or sign in to comment