Index: components/autofill/core/common/password_form.h |
diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h |
index 783eda54786c8e433d20807d7799e65c5523b62b..94bf62b5a8243684750d21e1b2f0ad86847380a2 100644 |
--- a/components/autofill/core/common/password_form.h |
+++ b/components/autofill/core/common/password_form.h |
@@ -238,6 +238,9 @@ struct PasswordForm { |
// Once user selects this credential the flag is reseted. |
bool skip_zero_click; |
+ // If true, this form was parsed using Autofill predictions. |
+ bool parsed_using_autofill_predictions; |
+ |
// Returns true if this match was found using public suffix matching. |
bool IsPublicSuffixMatch() const; |