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..31f286df192092f5b3c4bdd6cad02643493d95d9 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 with using of Autofill predictions. |
Garrett Casto
2015/03/24 01:31:12
Should be either "with Autofill predictions" or "u
dvadym
2015/03/24 16:38:49
Done.
|
+ bool parsed_using_autofill_predictions; |
+ |
// Returns true if this match was found using public suffix matching. |
bool IsPublicSuffixMatch() const; |