| Index: chrome/browser/password_manager/password_form_manager.h
|
| diff --git a/chrome/browser/password_manager/password_form_manager.h b/chrome/browser/password_manager/password_form_manager.h
|
| index 877729908a3cae9cd0c2c6adcad5cd15fed6e344..e6bb07ab0d66cb4caf0fad97af96b585b162b1fc 100644
|
| --- a/chrome/browser/password_manager/password_form_manager.h
|
| +++ b/chrome/browser/password_manager/password_form_manager.h
|
| @@ -71,6 +71,11 @@ class PasswordFormManager : public PasswordStoreConsumer {
|
| // the same thread!
|
| bool HasCompletedMatching();
|
|
|
| + // Save password according to current password_form. If the user has chosen
|
| + // to blacklist the password previously this will undo this action and save
|
| + // the password.
|
| + void SavePassword();
|
| +
|
| // Determines if the user opted to 'never remember' passwords for this form.
|
| bool IsBlacklisted();
|
|
|
|
|