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

Unified Diff: chrome/browser/password_manager/password_store_default.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: 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_default.h
diff --git a/chrome/browser/password_manager/password_store_default.h b/chrome/browser/password_manager/password_store_default.h
index a796c4396e33e019845d410bd0b26f3c527734dd..ff60dfb2708423afaf0c692a7eee39ab4f0cbe89 100644
--- a/chrome/browser/password_manager/password_store_default.h
+++ b/chrome/browser/password_manager/password_store_default.h
@@ -28,8 +28,10 @@ class PasswordStoreDefault : public PasswordStore {
protected:
virtual ~PasswordStoreDefault();
+ // Implements RefCountedProfileKeyedService.
+ virtual void ShutdownOnUIThread() OVERRIDE;
+
// Implements PasswordStore interface.
- virtual void Shutdown() OVERRIDE;
virtual void ReportMetricsImpl() OVERRIDE;
virtual void AddLoginImpl(const webkit::forms::PasswordForm& form) OVERRIDE;
virtual void UpdateLoginImpl(
« no previous file with comments | « chrome/browser/password_manager/password_store.cc ('k') | chrome/browser/password_manager/password_store_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698