commit | 985ab245cb02e4ca3a5ab4cb52914e55c6f78a4d | [log] [tgz] |
---|---|---|
author | Dustin J. Mitchell <djmitche@chromium.org> | Fri Sep 29 16:02:39 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 29 16:02:39 2023 |
tree | 433624fc5913dca8ad194d3b5fb90211e11d43de | |
parent | 3a9e7ec65e7ba60db083d972790305f9bd89eef9 [diff] |
Lazily set up IpProtectionConfigProvider This avoids a dependency loop between a StoragePartition and the IpProtectionConfigProvider, by deferring the use of the StoragePartition to get a URL loader factory. The dependency loop caused a startup crash. Bug: 1487025 Change-Id: Id189c21e2f39e577b0f127da8038f6ce0d18ab3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4897377 Reviewed-by: Andrew Williams <awillia@chromium.org> Commit-Queue: Dustin Mitchell <djmitche@chromium.org> Cr-Commit-Position: refs/heads/main@{#1203288}
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.