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

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

Issue 283563002: Password Login Database: report correct changes from AddLogin(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: the nit addressed Created 6 years, 7 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_store_x.h
diff --git a/chrome/browser/password_manager/password_store_x.h b/chrome/browser/password_manager/password_store_x.h
index 0eb2bea0a72f1239018a88af6b843966bfb4fbab..ac1cf52b2ec4ba2a670bec74f1648a8bb5dc80fc 100644
--- a/chrome/browser/password_manager/password_store_x.h
+++ b/chrome/browser/password_manager/password_store_x.h
@@ -40,7 +40,8 @@ class PasswordStoreX : public password_manager::PasswordStoreDefault {
virtual bool Init() = 0;
- virtual bool AddLogin(const autofill::PasswordForm& form) = 0;
+ virtual password_manager::PasswordStoreChangeList AddLogin(
+ const autofill::PasswordForm& form) = 0;
virtual bool UpdateLogin(const autofill::PasswordForm& form) = 0;
virtual bool RemoveLogin(const autofill::PasswordForm& form) = 0;
virtual bool RemoveLoginsCreatedBetween(const base::Time& delete_begin,
« no previous file with comments | « chrome/browser/password_manager/password_store_mac.cc ('k') | chrome/browser/password_manager/password_store_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698