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

Unified Diff: chrome/test/base/testing_profile.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/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 5945cb15d83486cf0c21d2f9cae604209ac524e9..dd35cfeced28f61ac82297db6fc7918ff3357fda 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -202,7 +202,6 @@ class TestingProfile : public Profile {
virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE;
virtual WebDataService* GetWebDataService(ServiceAccessType access) OVERRIDE;
virtual WebDataService* GetWebDataServiceWithoutCreating() OVERRIDE;
- virtual PasswordStore* GetPasswordStore(ServiceAccessType access) OVERRIDE;
// Sets the profile's PrefService. If a pref service hasn't been explicitly
// set GetPrefs creates one, so normally you need not invoke this. If you need
// to set a pref service you must invoke this before GetPrefs.

Powered by Google App Engine
This is Rietveld 408576698