Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h

Issue 2538303002: md-settings: Added settings for fingerprint unlock. (Closed)
Patch Set: Nit. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698