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

Unified Diff: chrome/browser/about_flags.cc

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/app/settings_strings.grdp ('k') | chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 38d3592d8d349bd4686380b3e6d11ccb11381ab7..561d9e3fdd7603b9e384540cee4396d3475ef4c8 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2061,6 +2061,9 @@ const FeatureEntry kFeatureEntries[] = {
{"quick-unlock-pin", IDS_FLAGS_QUICK_UNLOCK_PIN,
IDS_FLAGS_QUICK_UNLOCK_PIN_DESCRIPTION, kOsCrOS,
FEATURE_VALUE_TYPE(features::kQuickUnlockPin)},
+ {"quick-unlock-fingerprint", IDS_FLAGS_QUICK_UNLOCK_FINGERPRINT,
+ IDS_FLAGS_QUICK_UNLOCK_FINGERPRINT_DESCRIPTION, kOsCrOS,
+ FEATURE_VALUE_TYPE(features::kQuickUnlockFingerprint)},
#endif // OS_CHROMEOS
{"browser-task-scheduler", IDS_FLAGS_BROWSER_TASK_SCHEDULER_NAME,
IDS_FLAGS_BROWSER_TASK_SCHEDULER_DESCRIPTION, kOsAll,
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698