Commit 1b331d20 authored by Kim Paulhamus's avatar Kim Paulhamus Committed by Commit Bot

Enable WebAuthN on Android by default

Bug: 678885
Change-Id: If95f75082e1ad44be008540aa93b59ec1f687cf8
Reviewed-on: https://chromium-review.googlesource.com/1176736Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583862}
parent 0203ebc9
...@@ -512,11 +512,7 @@ const base::Feature kWebContentsOcclusion { ...@@ -512,11 +512,7 @@ const base::Feature kWebContentsOcclusion {
// https://w3c.github.io/webauthn // https://w3c.github.io/webauthn
const base::Feature kWebAuth { const base::Feature kWebAuth {
"WebAuthentication", "WebAuthentication",
#if defined(OS_ANDROID)
base::FEATURE_DISABLED_BY_DEFAULT
#else
base::FEATURE_ENABLED_BY_DEFAULT base::FEATURE_ENABLED_BY_DEFAULT
#endif
}; };
// Controls whether BLE authenticators can be used via the WebAuthentication // Controls whether BLE authenticators can be used via the WebAuthentication
......
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