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

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

Issue 9665007: Profile refactoring: Remove all PasswordStore code from the Profile interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win and Mac 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_win.h
diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h
index 88e51019a5b9381c6b0231e5f5f6bd22320c7eef..df444ac30d65836c00aca5a5b41fb48604b56f72 100644
--- a/chrome/browser/password_manager/password_store_win.h
+++ b/chrome/browser/password_manager/password_store_win.h
@@ -28,6 +28,9 @@ class PasswordStoreWin : public PasswordStoreDefault {
Profile* profile,
WebDataService* web_data_service);
+ // RefcountedProfileKeyedService:
+ virtual void ShutdownOnUIThread() OVERRIDE;
+
private:
class DBHandler;
@@ -40,7 +43,6 @@ class PasswordStoreWin : public PasswordStoreDefault {
const GetLoginsCallback& callback) OVERRIDE;
// See PasswordStoreDefault.
- virtual void Shutdown() OVERRIDE;
virtual void ForwardLoginsResult(GetLoginsRequest* request) OVERRIDE;
// Overridden so that we can save the form for later use.

Powered by Google App Engine
This is Rietveld 408576698