commit | 6a8812c1d1315278cf0e58b202722462a52da310 | [log] [tgz] |
---|---|---|
author | Yoichi Osato <yoichio@chromium.org> | Mon Nov 28 02:20:35 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 28 02:20:35 2022 |
tree | adc177708c6373724f60d927a6471ba8721e0dfd | |
parent | 4cf670e07e8312127cf6f3796c1fee376a0066d4 [diff] |
[CodeHealth] Remove calls to Value::GetAsDictionary (extensions/browser/api_unittest.h) This CL removes GetAsDictionary as a starting point, but also opportunistically migrates away from other deprecated base::Value APIs. Specially this CL removes RunFunctionAndReturnDictionary and RunFunctionAndReturnList because the return value's types are checked at the callers. Bug: 1187011 Change-Id: I92e6032497119b9775223965b26ce663c196ab5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4053767 Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Auto-Submit: Yoichi Osato <yoichio@chromium.org> Reviewed-by: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/main@{#1076043}
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.