Commit c451aaa7 authored by Yulun Wu's avatar Yulun Wu Committed by Commit Bot

Removed quick-unlock-fingerprint in about_flags.cc

Flag ownership has been revamped and quick-unlock-fingerprint is now
managed by:
https://cs.corp.google.com/chromeos_public/src/platform2/login_manager/chrome_setup.cc?rcl=763e67284e2b5dcd206030111bb94c413624c9f7&l=436

Bug: 907168
Change-Id: Ia3315636a0f9f006b613ab1d941554cf8874afea
Reviewed-on: https://chromium-review.googlesource.com/c/1379067
Commit-Queue: Yulun Wu <yulunwu@chromium.org>
Reviewed-by: default avatarJacob Dufault <jdufault@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622947}
parent 06e40740
...@@ -2743,9 +2743,6 @@ const FeatureEntry kFeatureEntries[] = { ...@@ -2743,9 +2743,6 @@ const FeatureEntry kFeatureEntries[] = {
{"quick-unlock-pin", flag_descriptions::kQuickUnlockPinName, {"quick-unlock-pin", flag_descriptions::kQuickUnlockPinName,
flag_descriptions::kQuickUnlockPinDescription, kOsCrOS, flag_descriptions::kQuickUnlockPinDescription, kOsCrOS,
FEATURE_VALUE_TYPE(features::kQuickUnlockPin)}, FEATURE_VALUE_TYPE(features::kQuickUnlockPin)},
{"quick-unlock-fingerprint", flag_descriptions::kQuickUnlockFingerprint,
flag_descriptions::kQuickUnlockFingerprintDescription, kOsCrOS,
FEATURE_VALUE_TYPE(features::kQuickUnlockFingerprint)},
#endif // OS_CHROMEOS #endif // OS_CHROMEOS
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
{"no-credit-card-abort", flag_descriptions::kNoCreditCardAbort, {"no-credit-card-abort", flag_descriptions::kNoCreditCardAbort,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment