commit | e297fdb7927d9f44fe61c59eb66dddec2aed013c | [log] [tgz] |
---|---|---|
author | Matt Menke <mmenke@chromium.org> | Fri May 20 03:55:27 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 20 03:55:27 2022 |
tree | b6eb2241b6a34bd9d3398000ad804f90c95f8866 | |
parent | f169474986203cfb389f1b26b1519d73cefd3511 [diff] |
[FLEDGE] Stop using deprecated Value APIs in browser/interest_groups. The base::Value::Find[Type]Key() APIs have been deprecated, in favor of using base::Value::Dict::Find[Type](). Similarly, base::Value::ListView has been deprecated in favot of base::Value::List. This CL updates the content/browser/interest_groups code to use the shiny new base::Value APIs. Bug: None Change-Id: I1e43b0c1f12c52185c6b11d60413ab202496b084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3650845 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by: Russ Hamilton <behamilton@google.com> Cr-Commit-Position: refs/heads/main@{#1005611}
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.