commit | 0701788d1f7d841609404e6fbedd54e70c8b9303 | [log] [tgz] |
---|---|---|
author | Ayu Ishii <ayui@chromium.org> | Tue May 04 16:57:33 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 04 16:57:33 2021 |
tree | 3405905c7e0db8de9defafe72fe7d9baf08c887d | |
parent | ec0eccbc614b42d1c8ac4c52cfb156ac46258f01 [diff] |
CodeHealth: Remove use of Value::GetAsBoolean This change removes the use of Value::GetAsBoolean and replaces with Value::is_bool(), Value::GetBool(), Value::GetIfBool(). Bug: 1187003 Change-Id: I50e3853120e60bc962ae7c51dbced75e73b8ec98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2868987 Reviewed-by: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/master@{#878899}
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.