| Index: chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h
|
| diff --git a/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h b/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h
|
| index 845574e052b62acad7d687d5357ac66fe6c97951..979d4eec91a98a97845b676578fdf038fbd1127c 100644
|
| --- a/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h
|
| +++ b/chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h
|
| @@ -28,6 +28,9 @@ void RegisterQuickUnlockProfilePrefs(PrefRegistrySimple* registry);
|
| // flag is present.
|
| bool IsPinUnlockEnabled(PrefService* pref_service);
|
|
|
| +// Returns true if the fingerprint unlock feature flag is present.
|
| +bool IsFingerprintUnlockEnabled();
|
| +
|
| // Forcibly enable quick-unlock for testing.
|
| void EnableQuickUnlockForTesting();
|
|
|
|
|