| 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 70fc298463c7ef0fc7e332e1a8a81750df37fc3e..83d79de1c38ae06b05d991bbf7df890082c6d76d 100644
|
| --- a/components/autofill/core/common/password_form.h
|
| +++ b/components/autofill/core/common/password_form.h
|
| @@ -256,6 +256,9 @@ struct PasswordForm {
|
| // The layout as determined during parsing. Default value is LAYOUT_OTHER.
|
| Layout layout;
|
|
|
| + // If true, this form was parsed using Autofill predictions.
|
| + bool was_parsed_using_autofill_predictions;
|
| +
|
| // Returns true if this match was found using public suffix matching.
|
| bool IsPublicSuffixMatch() const;
|
|
|
|
|