commit | fca960911052ee2937aa439ec474c2de67e65bb5 | [log] [tgz] |
---|---|---|
author | Daniel Cheng <dcheng@chromium.org> | Fri Nov 01 23:11:27 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 01 23:11:27 2024 |
tree | b9c8e961b49d559f5784a68e0bdbaa23282cf578 | |
parent | faa0ff57bee1aff4ec3f8c95daa1ecb83767a1e2 [diff] |
[settings] Remove NoDestructor use from AppsSection The arrays of SearchConcepts are static data and do not need to be stored in a std::vector. One tricky bit is that these arrays were initialized based on the result of checking a base::Feature; luckily the base::Feature has been launched for some time and the feature check can simply be removed. Bug: 370837212 Bug: 375364966 Change-Id: I84c4cd1b4f8ba92b33068da82fbc1f74e0dbfd67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5984244 Reviewed-by: Wes Okuhara <wesokuhara@google.com> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1377171}
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.