Commit fb300748 authored by Darren Shen's avatar Darren Shen Committed by Commit Bot

[VK] Add feature flag for keyboard settings UI tweak.

Bug: 876901
Change-Id: Ic8a37a79fe8bd41606f6be2ef5e5e2e6bc268e7e
Reviewed-on: https://chromium-review.googlesource.com/c/1341738Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#609519}
parent db2bf675
...@@ -43,6 +43,11 @@ const base::Feature kEnableVirtualKeyboardUkm = { ...@@ -43,6 +43,11 @@ const base::Feature kEnableVirtualKeyboardUkm = {
const base::Feature kExperimentalUi{"ExperimentalUi", const base::Feature kExperimentalUi{"ExperimentalUi",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// Update of the virtual keyboard settings UI as described in
// https://crbug.com/876901.
const base::Feature kInputMethodSettingsUiUpdate = {
"InputMethodSettingsUiUpdate", base::FEATURE_DISABLED_BY_DEFAULT};
// Allows system keyboard event capture when |features::kKeyboardLockApi| is on. // Allows system keyboard event capture when |features::kKeyboardLockApi| is on.
const base::Feature kSystemKeyboardLock{"SystemKeyboardLock", const base::Feature kSystemKeyboardLock{"SystemKeyboardLock",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
......
...@@ -19,6 +19,7 @@ UI_BASE_EXPORT extern const base::Feature ...@@ -19,6 +19,7 @@ UI_BASE_EXPORT extern const base::Feature
UI_BASE_EXPORT extern const base::Feature kEnableStylusVirtualKeyboard; UI_BASE_EXPORT extern const base::Feature kEnableStylusVirtualKeyboard;
UI_BASE_EXPORT extern const base::Feature kEnableVirtualKeyboardUkm; UI_BASE_EXPORT extern const base::Feature kEnableVirtualKeyboardUkm;
UI_BASE_EXPORT extern const base::Feature kExperimentalUi; UI_BASE_EXPORT extern const base::Feature kExperimentalUi;
UI_BASE_EXPORT extern const base::Feature kInputMethodSettingsUiUpdate;
UI_BASE_EXPORT extern const base::Feature kSystemKeyboardLock; UI_BASE_EXPORT extern const base::Feature kSystemKeyboardLock;
UI_BASE_EXPORT extern const base::Feature kTouchableAppContextMenu; UI_BASE_EXPORT extern const base::Feature kTouchableAppContextMenu;
UI_BASE_EXPORT extern const base::Feature kNotificationIndicator; UI_BASE_EXPORT extern const base::Feature kNotificationIndicator;
......
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