commit | 85761801bb86a6640484e55e8400bfea5bb7ac13 | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Sat Mar 30 03:32:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Mar 30 03:32:12 2024 |
tree | c362568387c3828b028865f361b2f7a6b5414260 | |
parent | f0f93257d7f9760c5cc5114afa30f36bd0d83f72 [diff] |
Remove DanglingUntriaged annotation from HttpRequestInfo. Two test fixtures were destroying an UploadDataStream before they destroyed the HttpRequestInfo that uses it. This CL fixes those consumers. Bug: 40212619 Change-Id: I42ccc54784810e4620013c6754b1e86ea23248af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5405939 Commit-Queue: mmenke <mmenke@chromium.org> Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1280485}
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.