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 be74b85ce4da8474ac879cb6844ec2699eb7298b..ff7e126a460e5c2aca97ce72c8ee610a260473c7 100644 |
| --- a/components/autofill/core/common/password_form.h |
| +++ b/components/autofill/core/common/password_form.h |
| @@ -165,6 +165,11 @@ struct PasswordForm { |
| // element corresponding to the new password. Optional, and not persisted. |
| base::string16 new_password_element; |
| + // If |new_password_element| is defined and there is another password element |
| + // with the same user input, keep the name of the element in |
|
dvadym
2017/01/17 16:32:21
Nit: I'd propose to simplify this comment, somethi
kolos1
2017/01/18 09:15:14
Done.
|
| + // |password_confirmation_element|. |
| + base::string16 confirmation_password_element; |
| + |
| // The new password. Optional, and not persisted. |
| base::string16 new_password_value; |