Commit 9c783cc5 authored by Matthew Webb's avatar Matthew Webb Committed by Commit Bot

fido/bio: add CLI feature flag for bio enrollment

Bug: 974046
Change-Id: Id651875e837a8f5b375c1e6e0e76b45e848a595d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660955Reviewed-by: default avatarKim Paulhamus <kpaulhamus@chromium.org>
Reviewed-by: default avatarMartin Kreichgauer <martinkr@google.com>
Commit-Queue: Matthew Webb <noviv@google.com>
Auto-Submit: Matthew Webb <noviv@google.com>
Cr-Commit-Position: refs/heads/master@{#670205}
parent 50edf50e
...@@ -22,4 +22,7 @@ extern const base::Feature kWebAuthPINSupport{"WebAuthenticationPINSupport", ...@@ -22,4 +22,7 @@ extern const base::Feature kWebAuthPINSupport{"WebAuthenticationPINSupport",
extern const base::Feature kWebAuthResidentKeys{ extern const base::Feature kWebAuthResidentKeys{
"WebAuthenticationResidentKeys", base::FEATURE_ENABLED_BY_DEFAULT}; "WebAuthenticationResidentKeys", base::FEATURE_ENABLED_BY_DEFAULT};
extern const base::Feature kWebAuthBiometricEnrollment{
"WebAuthenticationBiometricEnrollment", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace device } // namespace device
...@@ -24,6 +24,10 @@ extern const base::Feature kWebAuthPINSupport; ...@@ -24,6 +24,10 @@ extern const base::Feature kWebAuthPINSupport;
COMPONENT_EXPORT(DEVICE_FIDO) COMPONENT_EXPORT(DEVICE_FIDO)
extern const base::Feature kWebAuthResidentKeys; extern const base::Feature kWebAuthResidentKeys;
// Enable biometric enrollment in the security keys settings UI.
COMPONENT_EXPORT(DEVICE_FIDO)
extern const base::Feature kWebAuthBiometricEnrollment;
} // namespace device } // namespace device
#endif // DEVICE_FIDO_FEATURES_H_ #endif // DEVICE_FIDO_FEATURES_H_
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