commit | 3014c2d844d2c23544aa3f007611a9f459f4c0df | [log] [tgz] |
---|---|---|
author | Tsuyoshi Horo <horo@chromium.org> | Fri Apr 04 06:35:22 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 04 06:35:22 2025 |
tree | 55b597dbf373b30844e0b7c3dae285e1458a6e08 | |
parent | 70e8a632259da57b5648397e2b3785d73eef66e9 [diff] |
network: Remove unused AttributionRequestHelper class This class instance was never created in production code as CreateIfNeeded() always returned nullptr. The Begin/OnReceiveRedirect/Finalize methods were no-ops. This change removes the unused class definition, its integration points in URLLoader, URLLoaderFactory, and related tests. The standalone ComputeAttributionReportingHeaders function is preserved as it is still used. This simplifies the URLLoader interceptor logic by removing a non-functional step. Bug: 408106280 Change-Id: I926e371f721a061b11c4707e803824651ec5e0c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6428646 Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by: Charlie Harrison <csharrison@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Andrew Paseltiner <apaseltiner@chromium.org> Cr-Commit-Position: refs/heads/main@{#1442594}
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.