commit | 0478a76ea415eef2809269968fc9a03d0eaaede6 | [log] [tgz] |
---|---|---|
author | Claudio DeSouza <cdesouza@chromium.org> | Tue Apr 15 17:02:05 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 17:02:05 2025 |
tree | 0e82b5bfa7e6b755935fa1872d3f0bb2eef67d30 | |
parent | b3a477b27c00bd21de6f3bad8c318cad7594f18d [diff] |
[CodeHealth] Use `std::optional` with `OnURLLoadComplete` `TrustedVaultRequest::OnURLLoadComplete` has been using a deprecated variant of `DownloadToStringOfUnboundedSizeUntilCrashAndDie`. This CL corrects that to now make use of the variant that relies on `std::optional`. Bug: 410044687 Change-Id: I61fc697a1860840d4c480e4a99f92252bbc9fdb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6457751 Reviewed-by: Ted Choc <tedchoc@chromium.org> Commit-Queue: Claudio DeSouza <cdesouza@chromium.org> Cr-Commit-Position: refs/heads/main@{#1447197}
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.