commit | 6e7c93fc63a353f9f0f0c49f75cadc9616316a2c | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Thu Oct 13 00:39:49 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 13 00:39:49 2022 |
tree | c83304d615df656ac94389c73466dee1f5f07ea4 | |
parent | 3bafede49b3560d930b2e8379bb34a7cbee41832 [diff] |
Use modern base::Value APIs in platform_keys and related code. Convert base::DictionaryValue to base::Value::Dict and switch APIs as a result. Construct base::Value::BlobStorages when direct replacement APIs are not available. Bug: 1187061 Change-Id: If5103dbd7ced86ed7359d9301b2dc5dacc13161a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3939182 Reviewed-by: Pavol Marko <pmarko@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1058405}
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.