From d2293ca3fd96dd69a6d0f815d8b25d19ab5847cf Mon Sep 17 00:00:00 2001 From: sebsg Date: Mon, 8 Feb 2016 16:48:39 -0800 Subject: If the web site designer took the time to put the autocomplete attributes, we should use those. Since these fields have an autocomplete attribute defined, the heuristics and server predctions won't be run. Therefore, more fields would be form with a minimal additionnal cost without the risk of making a bad prediction. BUG=579651 TEST=FormAutofillBrowserTest Review URL: https://codereview.chromium.org/1671753004 Cr-Commit-Position: refs/heads/master@{#374243} --- components/autofill/content/common/autofill_param_traits_macros.h | 1 + 1 file changed, 1 insertion(+) (limited to 'components/autofill/content/common') diff --git a/components/autofill/content/common/autofill_param_traits_macros.h b/components/autofill/content/common/autofill_param_traits_macros.h index b090d86..2afd0471 100644 --- a/components/autofill/content/common/autofill_param_traits_macros.h +++ b/components/autofill/content/common/autofill_param_traits_macros.h @@ -19,6 +19,7 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::FormData) IPC_STRUCT_TRAITS_MEMBER(origin) IPC_STRUCT_TRAITS_MEMBER(action) IPC_STRUCT_TRAITS_MEMBER(is_form_tag) + IPC_STRUCT_TRAITS_MEMBER(is_formless_checkout) IPC_STRUCT_TRAITS_MEMBER(fields) IPC_STRUCT_TRAITS_END() -- cgit v1.1