Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 9f7f53c5ec7da62f6f02e9955c795acd4befdfb7..b6a06cb548ec3306660535d80df359d05cd05ac6 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -938,6 +938,10 @@ const char kPinUnlockMinimumLength[] = "pin_unlock_minimum_length"; |
const char kPinUnlockMaximumLength[] = "pin_unlock_maximum_length"; |
// Boolean pref indicating whether users are allowed to set easy pins. |
const char kPinUnlockWeakPinsAllowed[] = "pin_unlock_weak_pins_allowed"; |
+ |
+// Boolean pref indicating whether fingerprint unlock is enabled. |
+const char kEnableQuickUnlockFingerprint[] = |
+ "settings.enable_quick_unlock_fingerprint"; |
#endif // defined(OS_CHROMEOS) |
// A boolean pref set to true if a Home button to open the Home pages should be |