Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index 4169a1a8ebe1519e114d03b87e2211081be4daa5..d01f018da19b17f73927db6de4fc12b3df059dc8 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -223,10 +223,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_DISABLED_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_DISABLED_BY_DEFAULT}; |