Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: chrome/browser/password_manager/password_form_manager.h

Issue 22975006: Save password functionality added to the save password bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor changes Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698