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

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

Issue 152683002: Passwords: Remove references to BrowserThread from PasswordStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 10 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/test_password_store.h
diff --git a/chrome/browser/password_manager/test_password_store.h b/chrome/browser/password_manager/test_password_store.h
index ffac9f46ffe7a4d0ca1bf747f3e30df64e0ceb43..f293ff7ca3f4222187f60776913c2bfea10831ed 100644
--- a/chrome/browser/password_manager/test_password_store.h
+++ b/chrome/browser/password_manager/test_password_store.h
@@ -46,7 +46,6 @@ class TestPasswordStore : public PasswordStore {
const autofill::PasswordForm& rhs);
// PasswordStore interface
- virtual scoped_refptr<base::SequencedTaskRunner> GetTaskRunner() OVERRIDE;
virtual void AddLoginImpl(const autofill::PasswordForm& form) OVERRIDE;
virtual void UpdateLoginImpl(const autofill::PasswordForm& form) OVERRIDE;
virtual void RemoveLoginImpl(const autofill::PasswordForm& form) OVERRIDE;
« no previous file with comments | « chrome/browser/password_manager/password_store_x_unittest.cc ('k') | chrome/browser/password_manager/test_password_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698