commit | 5fc4e82171a06f10fcabee725e1a8fb089c1e9b8 | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Wed Aug 14 15:44:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 14 15:44:01 2024 |
tree | b7c22f7177136a76624b5861e7d56d4bb935cea9 | |
parent | 200d4cb7db5ba2349caa6291ddd018bccb320147 [diff] |
Migrate to optional-based GetHeader overload in ['components/embedder_support/android', 'content/browser/android'] 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=jinsukkim@chromium.org Bug: 355451174 Change-Id: I6f6d4f900190d2153ef05ce91edf8d2523a56387 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5788841 Reviewed-by: Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Auto-Submit: Chris Fredrickson <cfredric@chromium.org> Commit-Queue: Chris Fredrickson <cfredric@chromium.org> Reviewed-by: mmenke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#1341689}
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.