commit | 484110b3edb3635c04163b5a65c535365e6513f8 | [log] [tgz] |
---|---|---|
author | Alex Turner <alexmt@chromium.org> | Thu Jan 13 17:03:21 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 13 17:03:21 2022 |
tree | 01e47c0930809bdf6f821f2579160733a0487667 | |
parent | 56b03a3aa05e38f7ffd3fcd87adba64dcf056cf6 [diff] |
Modernize {Dictionary,List}PrefUpdate in /chrome/browser/webauthn This cl replaces instances of DictionaryPrefUpdateDeprecated, which wraps the deprecated base::DictionaryValue, with DictionaryPrefUpdate, which wraps base::Value. This cl also does the equivalent for ListPrefUpdateDeprecated. A range of other base::Value modernization changes are made to allow these replacements and as drive-by fixes. This cl handles the directory /chrome/browser/webauthn This CL was uploaded by git cl split. R=nsatragno@chromium.org Bug: 1285745 Change-Id: Id3e8d289c37db5386aec74e847401b3e4b738529 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3386053 Auto-Submit: Alex Turner <alexmt@chromium.org> Reviewed-by: Nina Satragno <nsatragno@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/main@{#958653}
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.