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

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: 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_default.h
diff --git a/chrome/browser/password_manager/password_store_default.h b/chrome/browser/password_manager/password_store_default.h
index a796c4396e33e019845d410bd0b26f3c527734dd..5870d48befc285f63b323ae7d8827abbd3247499 100644
--- a/chrome/browser/password_manager/password_store_default.h
+++ b/chrome/browser/password_manager/password_store_default.h
@@ -29,7 +29,7 @@ class PasswordStoreDefault : public PasswordStore {
virtual ~PasswordStoreDefault();
// Implements PasswordStore interface.
- virtual void Shutdown() OVERRIDE;
+ virtual void ShutdownOnUIThread() OVERRIDE;
Mike Mammarella 2012/03/10 05:11:52 Does this actually override now? The method is rem
virtual void ReportMetricsImpl() OVERRIDE;
virtual void AddLoginImpl(const webkit::forms::PasswordForm& form) OVERRIDE;
virtual void UpdateLoginImpl(

Powered by Google App Engine
This is Rietveld 408576698