commit | 7d55e3639c1c6e8a42a07ef50021f17643c9e6a9 | [log] [tgz] |
---|---|---|
author | Javier Fernández García-Boente <[email protected]> | Thu Mar 03 23:53:49 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Mar 03 23:53:49 2022 |
tree | 16b6826b8dbe7b0c0a280fe03d147733a91d244c | |
parent | cdf8aeea68502af27d874ac1264ceaba588f947b [diff] |
Get rid of DictionaryValue and ListValue in ProtocolHandlerRegistry The base::DictionaryValue and base::ListValue types are deprecated and should be replaced base::ValueDict and base::Value::List respectively. Bug: 1299395 Change-Id: I64e0541285d02b746707f45cab34e3f9b7248afa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3484122 Reviewed-by: danakj <[email protected]> Reviewed-by: Nico Weber <[email protected]> Commit-Queue: Javier Fernandez <[email protected]> Cr-Commit-Position: refs/heads/main@{#977401}
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.