commit | b3153da8b00fb838aab3bc8cfb1746b656620656 | [log] [tgz] |
---|---|---|
author | Alex Turner <alexmt@chromium.org> | Fri Jan 14 02:16:10 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 14 02:16:10 2022 |
tree | 26943abd1f62316f6824c7da9123ca066615f817 | |
parent | c87c85c00471fe28467ab0b0b2b55dd59eeef656 [diff] |
Modernize {Dictionary,List}PrefUpdate in /components/omnibox 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 /components/omnibox This CL was uploaded by git cl split. R=yoangela@chromium.org Bug: 1285745 Change-Id: I4bbb79aa78da8d52e7f991e0497dd04e7b857418 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3386091 Auto-Submit: Alex Turner <alexmt@chromium.org> Reviewed-by: Angela Yoeurng <yoangela@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/main@{#958989}
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.