| Index: content/public/common/password_form.h
|
| diff --git a/content/public/common/password_form.h b/content/public/common/password_form.h
|
| index 2b0eb0e606137b565e25bcb48c3baed6d99f1228..bfc465544b327336ac64381880ccb4619d003089 100644
|
| --- a/content/public/common/password_form.h
|
| +++ b/content/public/common/password_form.h
|
| @@ -99,6 +99,10 @@ struct CONTENT_EXPORT PasswordForm {
|
| // When parsing an HTML form, this is typically empty.
|
| string16 password_value;
|
|
|
| + // False if autocomplete is set to "off" for the password input element;
|
| + // True otherwise.
|
| + bool password_autocomplete_set;
|
| +
|
| // If the form was a change password form, the name of the
|
| // 'old password' input element. Optional.
|
| string16 old_password_element;
|
|
|