commit | 70b1a7209cd67d82b50785d7ffa89a3bae895649 | [log] [tgz] |
---|---|---|
author | Peter Marshall <petermarshall@chromium.org> | Fri Nov 03 03:33:46 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 03 03:33:46 2023 |
tree | 6df87ab6d64bf7d9b58c2cfe27426c904ee779ed | |
parent | 4ddd9eede775a8029a653650542e05ecfa677c5e [diff] |
Check reauth status before attempting upload Better to first check if we already are in the reauth required state, because then we know we will fail to upload. Add a new UMA to indicate we've bailed out at this early stage, so we can count these directly, rather than try to get them out of ODFS metrics for GetMetadata, CreateFile etc. which upload will eventually cause. Bug: none Change-Id: I4a09ef4f441688e682687ab980503ae9000bcc6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4995650 Commit-Queue: Peter Marshall <petermarshall@chromium.org> Reviewed-by: Cassy Chun-Crogan <cassycc@google.com> Cr-Commit-Position: refs/heads/main@{#1219303}
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.