commit | cf5e3f3173729e9427d527650bc218624fb20f3c | [log] [tgz] |
---|---|---|
author | Will Harris <wfh@chromium.org> | Wed Jan 22 21:20:32 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 22 21:20:32 2025 |
tree | f4299458289ecf9561a88193a568da4109f4fdc8 | |
parent | e1a1efa77388fe4f54421f403063186636248830 [diff] |
Ensure non-empty tag when key provider replies to OSCrypt Async A new CHECK is added to verify this, along with a unit test to verify the CHECK works. DCHECKs are updated to CHECKs to conform with newer CHECK guidance. Key Providers, and a test, are both updated to always supply a tag, even when replying without a key. BUG=40241934 Change-Id: I46cd15a489d950e97c99744ca110c52e5a14f6b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6191607 Reviewed-by: Alex Gough <ajgo@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/main@{#1409927}
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.