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

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

Issue 2538303002: md-settings: Added settings for fingerprint unlock. (Closed)
Patch Set: Rebased. Created 3 years, 11 months 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698