| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 381b61d5030d321b6f9d3db6baefe03a7be6ce38..da4756e85b113178cacd1091773a3e00416c8b0f 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -223,6 +223,10 @@ const base::Feature kOptInImeMenu{"OptInImeMenu",
|
| const base::Feature kQuickUnlockPin{"QuickUnlockPin",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Enables or disables fingerprint unlock settings integration.
|
| +const base::Feature kQuickUnlockFingerprint{"QuickUnlockFingerprint",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Enables or disables emoji, handwriting and voice input on opt-in IME menu.
|
| const base::Feature kEHVInputOnImeMenu{"EmojiHandwritingVoiceInput",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|