commit | b8ec631ca537abf6a045ed13a3fcd4985892d098 | [log] [tgz] |
---|---|---|
author | mlcui <mlcui@google.com> | Mon Feb 28 00:13:43 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 28 00:13:43 2022 |
tree | 711d79c400f5c35864f1276f204f9690b37a9190 | |
parent | 7bda6d81d7db728bdb3fd3b8743da16c16307bad [diff] |
Move "is language packs enabled" logic to function This makes updating code which needs to know "is language packs enabled?" easier, as it is all consolidated into a single place. Whenever new language pack features are added, they should be added to the new function. If a feature becomes enabled by default, the function can be rewritten to return a constant true. Bug: None Change-Id: I160469b7907c556f83ec0a6289ebc85a99f396be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3474092 Auto-Submit: Michael Cui <mlcui@google.com> Reviewed-by: Claudio M <claudiomagni@chromium.org> Commit-Queue: Michael Cui <mlcui@google.com> Cr-Commit-Position: refs/heads/main@{#975603}
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.