| 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..747162302360371c44a948482130b710068ce08a 100644
|
| --- a/components/autofill/core/common/password_form.h
|
| +++ b/components/autofill/core/common/password_form.h
|
| @@ -165,6 +165,10 @@ struct PasswordForm {
|
| // element corresponding to the new password. Optional, and not persisted.
|
| base::string16 new_password_element;
|
|
|
| + // The confirmation password element. Optional, only set on form parsing, and
|
| + // not persisted.
|
| + base::string16 confirmation_password_element;
|
| +
|
| // The new password. Optional, and not persisted.
|
| base::string16 new_password_value;
|
|
|
|
|