| commit | 31e0c06c35851d1ff796c7fda1f98e3f964ac2ed | [log] [tgz] |
|---|---|---|
| author | Andrew Williams <awillia@chromium.org> | Sat Dec 13 01:25:05 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Dec 13 01:25:05 2025 |
| tree | 63b0adcabbd290a8d464533414ec7e06b4a60018 | |
| parent | baee186c8f9e99546030567227847b5ed61aac3a [diff] |
Remove deprecated SimpleURLLoader::BodyAsStringCallbackDeprecated. This change completes the migration to using std::optional<std::string> for SimpleURLLoader's body download callbacks. The deprecated unique_ptr-based callback type and the adapter function are removed. The internal implementation of SimpleURLLoaderImpl and SaveToStringBodyHandler are updated to directly use std::optional<std::string>. Bug: 40258809 Change-Id: I6e3d32bec94dd5eeea869d67c05588cbb971682c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7247772 Reviewed-by: mmenke <mmenke@chromium.org> Commit-Queue: Andrew Williams <awillia@chromium.org> Cr-Commit-Position: refs/heads/main@{#1558380}
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.