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 57a9d9dffa4289e557d7ed8dbefbb424858eb862..f8881043122f83fba30d5fadeefa2f313091c397 100644 |
| --- a/components/autofill/core/common/password_form.h |
| +++ b/components/autofill/core/common/password_form.h |
| @@ -261,11 +261,12 @@ struct PasswordForm { |
| // TODO(vabr): Remove |is_alive| once http://crbug.com/486931 is fixed. |
| bool is_alive; // Set on construction, reset on destruction. |
| - // if true this match was found using public suffix matching. |
| + // If true, this match was found using public suffix matching. |
| bool is_public_suffix_match; |
| - // if true this form is affiliated with Android credentials. |
| - bool is_affiliated; |
| + // If true, this is a credential saved through an Android application, and |
| + // found using affiliation-based match. |
|
engedy
2015/10/14 10:58:26
nit: matching.
|
| + bool is_affiliation_based_match; |
| // Return true if we consider this form to be a change password form. |
| // We use only client heuristics, so it could include signup forms. |