Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index 164adaa3740bec21e2f702d635a3fb75c4616a72..4426f4583c3f456edaeab5ce646fa0394a28f7c9 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -227,10 +227,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}; |