Commit 64c6e290 authored by Tao Bai's avatar Tao Bai Committed by Commit Bot

[WebView Autofill] Support all formless form

Support autofill all formless form by disable feature kAutofillRestrictUnownedFieldsToFormlessCheckout.

Bug: 816949
Change-Id: Ic5640f78ea97a956c37ccc6c86c2ca09242869d1
Reviewed-on: https://chromium-review.googlesource.com/939641Reviewed-by: default avatarSebastien Seguin-Gagnon <sebsg@chromium.org>
Commit-Queue: Tao Bai <michaelbai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539744}
parent f43dc781
......@@ -173,6 +173,10 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
CommandLineHelper::AddEnabledFeature(
*cl, autofill::features::kAutofillSkipComparingInferredLabels.name);
CommandLineHelper::AddDisabledFeature(
*cl, autofill::features::kAutofillRestrictUnownedFieldsToFormlessCheckout
.name);
android_webview::RegisterPathProvider();
safe_browsing_api_handler_.reset(
......
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