commit | 8e1bcfbc8565f7010f62a859b2c37c2e9b2e9ded | [log] [tgz] |
---|---|---|
author | Yuwei Huang <yuweih@chromium.org> | Wed Apr 16 18:14:42 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 16 18:14:42 2025 |
tree | f3a02cb12e1c073b2d294642ad1c2fbeaaca7361 | |
parent | f0c7853332d28069f714c477f9e7841c9c6a9e5f [diff] |
[crd host] Fix OAuthTokenGetter::Status::NETWORK_ERROR mapping As pointed by the TODO, OAuthTokenGetter::Status::NETWORK_ERROR should be mapped to HttpStatus::Code::NETWORK_ERROR instead of HttpStatus::Code::UNAVAILABLE. This CL fixes the mapping and the downstream code that relies on it. Bug: b/410189653 Change-Id: I336c5b9226256670cb32c37ee4bc974c5d8089e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6460248 Auto-Submit: Yuwei Huang <yuweih@chromium.org> Reviewed-by: Joe Downing <joedow@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/main@{#1447876}
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.