summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/common/form_data.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-31 16:33:43 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-02-06 16:33:22 +0000
commitda51f56cc21233c2d30f0fe0d171727c3102b2e0 (patch)
tree4e579ab70ce4b19bee7984237f3ce05a96d59d83 /chromium/components/autofill/core/common/form_data.h
parentc8c2d1901aec01e934adf561a9fdf0cc776cdef8 (diff)
downloadqtwebengine-chromium-da51f56cc21233c2d30f0fe0d171727c3102b2e0.tar.gz
BASELINE: Update Chromium to 65.0.3525.40
Also imports missing submodules Change-Id: I36901b7c6a325cda3d2c10cedb2186c25af3b79b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/components/autofill/core/common/form_data.h')
-rw-r--r--chromium/components/autofill/core/common/form_data.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/components/autofill/core/common/form_data.h b/chromium/components/autofill/core/common/form_data.h
index 9ce96e0894e..3076dedd9a7 100644
--- a/chromium/components/autofill/core/common/form_data.h
+++ b/chromium/components/autofill/core/common/form_data.h
@@ -46,7 +46,10 @@ struct FormData {
url::Origin main_frame_origin;
// True if this form is a form tag.
bool is_form_tag;
- // True if the form is made of unowned fields in a non checkout flow.
+ // True if the form is made of unowned fields (i.e., not within a <form> tag)
+ // in what appears to be a checkout flow. This attribute is only calculated
+ // and used if features::kAutofillRestrictUnownedFieldsToFormlessCheckout is
+ // enabled, to prevent heuristics from running on formless non-checkout.
bool is_formless_checkout;
// A vector of all the input fields in the form.
std::vector<FormFieldData> fields;