Chromium Code Reviews| 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 bbcf72ae0fc09c9962492ec4c7a2bd9aada3573b..06d1ad51cbc998c65a5adaa76e6887477dd4b968 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 parsed_using_autofill_predictions; |
|
Ilya Sherman
2015/03/31 00:45:04
nit: I'd name this with a "was_" prefix, i.e. "was
dvadym
2015/03/31 09:54:03
Done.
|
| + |
| // Returns true if this match was found using public suffix matching. |
| bool IsPublicSuffixMatch() const; |