Commit be954184 authored by Kim Paulhamus's avatar Kim Paulhamus Committed by Commit Bot

Disable WebAuthN for WebViews

WebAuthN is now enabled by default on Android but intentionally
is not supported by WebView

Bug: 875174
Change-Id: Iea94af1ed20884bcd6957ffb5057deb30cb8fb25
Reviewed-on: https://chromium-review.googlesource.com/1179964Reviewed-by: default avatarBo <boliu@chromium.org>
Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org>
Cr-Commit-Position: refs/heads/master@{#584157}
parent 92b9ba1a
......@@ -162,6 +162,9 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
CommandLineHelper::AddDisabledFeature(*cl, features::kWebPayments.name);
// WebView does not and should not support WebAuthN.
CommandLineHelper::AddDisabledFeature(*cl, features::kWebAuth.name);
// WebView isn't compatible with OOP-D.
CommandLineHelper::AddDisabledFeature(*cl,
features::kVizDisplayCompositor.name);
......
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