Skip to content

Commit

Permalink
fido: enable WebAuthenticationBiometricEnrollment by default
Browse files Browse the repository at this point in the history
This default-enables FIDO2 fingerprint enrollment UI in
chrome://settings/securityKeys

Bug: 974046
Change-Id: I2c707943a10c588798b6704aa1416e246fe6d3e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895310
Auto-Submit: Martin Kreichgauer <martinkr@google.com>
Commit-Queue: Ken Buchanan <kenrb@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715892}
  • Loading branch information
kreichgauer authored and Commit Bot committed Nov 15, 2019
1 parent 5e99739 commit fcc877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/fido/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const base::Feature kWebAuthUseNativeWinApi{"WebAuthenticationUseNativeWinApi",
#endif // defined(OS_WIN)

extern const base::Feature kWebAuthBiometricEnrollment{
"WebAuthenticationBiometricEnrollment", base::FEATURE_DISABLED_BY_DEFAULT};
"WebAuthenticationBiometricEnrollment", base::FEATURE_ENABLED_BY_DEFAULT};

extern const base::Feature kWebAuthCredentialManagement{
"WebAuthenticationCredentialManagement", base::FEATURE_ENABLED_BY_DEFAULT};
Expand Down

0 comments on commit fcc877b

Please sign in to comment.