commit | 40cb7299f7d30617fc98914e8c2f498234e08f6b | [log] [tgz] |
---|---|---|
author | David Bertoni <dbertoni@chromium.org> | Wed May 11 20:09:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 11 20:09:28 2022 |
tree | fd85b28795487c47e38852319b76404981ae4f63 | |
parent | 27fe92b2a5b063dae180a4f8057eba768643cc01 [diff] |
[CodeHealth] Remove uses of ListValue::Append in /chrome/browser/ash/app_mode. This CL removes uses of the overload that accepts a std::unique_ptr<base::Value>. It attempts to modernize code where feasible and uses base::Value::FromUniquePtrValue where it's not. This CL was uploaded by git cl split. R=anqing@chromium.org Bug: 1187097 Change-Id: I99d83a68c2b849a68f597018832a152d2d5b3a59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3640226 Auto-Submit: David Bertoni <dbertoni@chromium.org> Reviewed-by: Anqing Zhao <anqing@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1002271}
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.