Chromium Code Reviews| 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..3887770e6c8c54a2cb07750fe94aa2a72a202e3b 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; |
| + // Whether we should autofill the password based on the autocomplete property |
| + // in the password form. |
| + bool password_should_autocomplete; |
|
tim (not reviewing)
2012/12/11 01:23:04
This makes it sound more authoritative than it is
zysxqn
2012/12/11 01:52:32
I can get your point: whether we should autocomple
|
| + |
| // If the form was a change password form, the name of the |
| // 'old password' input element. Optional. |
| string16 old_password_element; |