Chromium Code Reviews| 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..e30642b4015324c96dbff0bea448dad231ebb59f 100644 |
| --- a/chrome/browser/password_manager/password_form_manager.h |
| +++ b/chrome/browser/password_manager/password_form_manager.h |
| @@ -71,6 +71,14 @@ class PasswordFormManager : public PasswordStoreConsumer { |
| // the same thread! |
| bool HasCompletedMatching(); |
| + // Save password according to current password_form. If the user has chosen |
|
Garrett Casto
2013/08/27 00:52:24
I'm not sure that I understand the need for these
npentrel
2013/08/27 16:35:11
Yes, the functionality needs to be slightly differ
Garrett Casto
2013/08/28 00:08:33
In that case, shouldn't we just wait until navigat
npentrel
2013/08/28 08:48:44
We have the following two cases:
1. User saves pa
|
| + // to blacklist the password previously this will undo this action and save |
| + // the password. |
| + void SavePassword(); |
| + |
| + // Delete saved password according to current password_form. |
| + void DeleteSavedPassword(); |
| + |
| // Determines if the user opted to 'never remember' passwords for this form. |
| bool IsBlacklisted(); |