commit | 4c2118de7dde33ca6db1740967d9cf619d38227f | [log] [tgz] |
---|---|---|
author | Adam Rice <ricea@chromium.org> | Fri Nov 08 05:28:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 08 05:28:39 2024 |
tree | f410a695f8d5be86873afc70dc1a34e6bd0a061c | |
parent | 1c0b73593b04fa609ca0383d294816314c3e096a [diff] |
Make speech::kLanguageComponentConfigs inline The speech::kLanguageComponentConfigs constant was marked as `constexpr` in components/soda/constants.h but was not marked as `inline`. This resulted in it being included 5 times in the chrome binary. Mark it inline. Change-Id: Iebc1cf28d8a797ebfec478c19775b8eeb281e662 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6002244 Reviewed-by: Abigail Klein <abigailbklein@google.com> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/main@{#1380166}
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.