commit | 456537901560b6c6978979853f7de45104fa45c9 | [log] [tgz] |
---|---|---|
author | Matthew Mourgos <mmourgos@chromium.org> | Wed Apr 17 21:42:02 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 17 21:42:02 2024 |
tree | 5bd080db64f400ad8d3353adb333f85cf58a5e03 | |
parent | 07d38cf3b2ebada27b35d8c82e71075b796e727e [diff] |
Birch: Request provider data fetch on pref change There exists a case where multiple data providers can have their birch pref toggled on sequentially. In this case, data providers which are toggled on while a fetch is already in progress will not fetch new data. Fix this by requesting data when the pref is turned on and a fetch is currently in progress. Also, because data can be requested from providers at different times, use a separate start time for each data provider type. Bug: b/333760432 Change-Id: I3e69401f3a46742a18f5ecf002ed380b8d4640c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5448890 Reviewed-by: Toni Barzic <tbarzic@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/main@{#1288996}
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.