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

Unified Diff: chrome/browser/password_manager/password_store.cc

Issue 9665007: Profile refactoring: Remove all PasswordStore code from the Profile interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add to factory list Created 8 years, 9 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.cc
diff --git a/chrome/browser/password_manager/password_store.cc b/chrome/browser/password_manager/password_store.cc
index 6b7cc99c31e5deaffcdf95194188c5a1be167118..2be4f0774173e31833100c5e20cb346eb0555955 100644
--- a/chrome/browser/password_manager/password_store.cc
+++ b/chrome/browser/password_manager/password_store.cc
@@ -36,9 +36,6 @@ bool PasswordStore::Init() {
return true;
}
-void PasswordStore::Shutdown() {
-}
-
void PasswordStore::AddLogin(const PasswordForm& form) {
ScheduleTask(base::Bind(&PasswordStore::WrapModificationTask, this,
base::Closure(base::Bind(&PasswordStore::AddLoginImpl, this, form))));
« no previous file with comments | « chrome/browser/password_manager/password_store.h ('k') | chrome/browser/password_manager/password_store_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698