commit | d7875e946b80b7e704b091af323c8af8af90bb5f | [log] [tgz] |
---|---|---|
author | anthie@google.com <anthie@google.com> | Fri Jun 30 15:23:09 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 30 15:23:09 2023 |
tree | b02e51ea1586a1f8b0ad3220764a2c0311701713 | |
parent | c116863335ae04135c2225d991d01bba4683ab74 [diff] |
Fix regression in creating permission requestor in CAS The refactoring of Child Account Service (CAS) and the move to components introduced a regression in the creation of Permission Request Creators in the method `SetActive`. This change re-instates the previous used logic for the creation on Permission Request Creators. A new instance of Permission Request Creator will be created each time `SetActive` is called, through a repeated callback provided in the constructor. A new test case is added to ensure a new Permission Request Creator instance is called on re-activation of CAS. Bug: b/289347521 Change-Id: Id94f6135c7b15698cd50c3cbdeee3d79fe44a85c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4656778 Reviewed-by: James Lee <ljjlee@google.com> Commit-Queue: Anthi Orfanou <anthie@google.com> Cr-Commit-Position: refs/heads/main@{#1164695}
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.