commit | 6179612a154ef64821f0a14fe599d5942b978486 | [log] [tgz] |
---|---|---|
author | John L Chen <zuan@chromium.org> | Thu Jan 25 10:26:36 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 25 10:26:36 2024 |
tree | 949c41d35df2010573bf756c0489cd70d2c853bd | |
parent | 7700322c0107f030aafeeb4704efc5e2b4a15fca [diff] |
Cryptohome errors: Migrate usage of CryptohomeErrorCode to ErrorWrapper Currently ErrorWrapper and CryptohomeErrorCode's usage is mixed as ErrorWrapper is an alias of CryptohomeErrorCode. This CL separates the two and migrates all usage that mixes their use. BUG: b/320478829 Change-Id: Iedc59ebb8f30e0b2ab6be667d444517972bb954c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5201335 Reviewed-by: Denis Kuznetsov <antrim@chromium.org> Commit-Queue: John L Chen <zuan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1251994}
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.