commit | f42d08c87e18507bc0a4bc8dab55c3590de998be | [log] [tgz] |
---|---|---|
author | Bao-Duy Tran <tranbaoduy@chromium.org> | Thu May 25 08:05:42 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 25 08:05:42 2023 |
tree | 466f07398ebdd72cfa46a072fc45c9c7438a1cb4 | |
parent | 49d8691ff284317856ce64b8a47fa35fb5cb858e [diff] |
Remove bespoke feature names support in ImeService::IsFeatureEnabled(). ImeService::IsFeatureEnabled() is the implementation of the corresponding "C" API of CrOS IME Service Container, for use by CrOS 1P IME shared lib. This ensures that the API is consistent and only considers official CrOS feature flag names used across the rest of CrOS, instead of inventing its own bespoke names. At this point (now that http://cl/532373120 has landed in CrOS), 1P IME shared lib no longer invokes the API with these bespoke feature flag names. Bug: b:218815885 Change-Id: Ib007a4769759216ad3ef7d8a97a5bf9e585e86c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4541900 Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Bao-Duy Tran <tranbaoduy@chromium.org> Reviewed-by: Michelle Chen <michellegc@google.com> Cr-Commit-Position: refs/heads/main@{#1148945}
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.