| Index: chrome/common/pref_names.cc | 
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc | 
| index d4a75a4a9c1f5d7099287f350142e4b631f1bd45..e9e3706da3ae92376d9c4291b601a31c563f5594 100644 | 
| --- a/chrome/common/pref_names.cc | 
| +++ b/chrome/common/pref_names.cc | 
| @@ -924,6 +924,10 @@ const char kQuickUnlockModeWhitelist[] = "quick_unlock_mode_whitelist"; | 
| // 2 - day. Users will have to enter their password every day. | 
| // 3 - week. Users will have to enter their password every week. | 
| const char kQuickUnlockTimeout[] = "quick_unlock_timeout"; | 
| + | 
| +// 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 | 
|  |