| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index c168f8488fec38b977c0eb1091c7dddab95581a7..2e815c0324b05f79df37a817f961fa6802ed5599 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -247,10 +247,14 @@ const base::Feature kUseGroupedPermissionInfobars{
|
| const base::Feature kOptInImeMenu{"OptInImeMenu",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| -// Enables or disables PIN quick unlock settings integration.
|
| +// Enables or disables PIN quick unlock.
|
| const base::Feature kQuickUnlockPin{"QuickUnlockPin",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| +// Enables or disables fingerprint quick unlock.
|
| +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_ENABLED_BY_DEFAULT};
|
|
|