commit | 0e06576f60fe583c15217d44e7ca8986420b8769 | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Tue Jul 30 17:46:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 30 17:46:31 2024 |
tree | 35e80ab6941e612967334ee6055bfee53db9b350 | |
parent | 5610b4322aad39c690925d2d3768969f0cfbcfae [diff] |
Migrate to optional-based GetHeader overload HttpRequestHeaders::GetHeader has a new overload which returns an optional instead of using an out- parameter. I'm migrating callers and will eventually delete the old version of the method. This CL was uploaded by git cl split. R=xinghuilu@chromium.org Bug: 355451174 Change-Id: Iee4f305ce0087472cc5a5d74f802258dc2d8947a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5749661 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Auto-Submit: Chris Fredrickson <cfredric@chromium.org> Reviewed-by: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1334966}
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.