commit | 8b11e89fc8de45ea915cf5a5fd300fbce16a783a | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Wed Oct 19 22:31:45 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 19 22:31:45 2022 |
tree | 9e48af95cbc62bf572fcc7dbb1276cfc089f8e1c | |
parent | d4a4a0f782a991b1660e447922575bbbe9178669 [diff] |
Change sync's ToValueVisitor to use base::Value::Dict internally. Change ToValueVisitor to hold a base::Value::Dict pointer instead of a base::DictionaryValue pointer. Update internal uses that dereferences the pointer. Add an adaptor to the ToValueVisitor user to continue returning std::unique_ptr<base::DictionaryValue> to the outside world. Bug: 1187061 Change-Id: Icc8daf64cf47d2f9a3e6a71361233d8a895323a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3956659 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/main@{#1061281}
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.