Commit e2788414 authored by Yuichiro Hanada's avatar Yuichiro Hanada Committed by Commit Bot

Add a feature flag, ArcPreImeKeyEventSupport.

For the details, please look at go/arc-key-event-dispatch.

Bug: b:148193316
Change-Id: If055711408545b746db04bd30079dbcbe1e95c98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206856Reviewed-by: default avatarTetsui Ohkubo <tetsui@chromium.org>
Commit-Queue: Yuichiro Hanada <yhanada@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770072}
parent 6f1b91f4
......@@ -34,6 +34,10 @@ const base::Feature kArcAdbSideloadingFeature{
const base::Feature kArcManagedAdbSideloadingSupport{
"ArcManagedAdbSideloadingSupport", base::FEATURE_DISABLED_BY_DEFAULT};
// Controls whether to enable support for View.onKeyPreIme() of ARC apps.
const base::Feature kArcPreImeKeyEventSupport{
"ArcPreImeKeyEventSupport", base::FEATURE_DISABLED_BY_DEFAULT};
// Enables or disables auto screen-brightness adjustment when ambient light
// changes.
const base::Feature kAutoScreenBrightness{"AutoScreenBrightness",
......
......@@ -24,6 +24,8 @@ extern const base::Feature kArcAdbSideloadingFeature;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kArcManagedAdbSideloadingSupport;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kArcPreImeKeyEventSupport;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kAutoScreenBrightness;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kAssistAutoCorrect;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment