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

Unified Diff: chrome/test/base/testing_profile.cc

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.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 103deba5847385650396d449b2679cbf97797b85..a4c23322dda8606657a2ed4bb58c133784d1e343 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -536,10 +536,6 @@ WebDataService* TestingProfile::GetWebDataServiceWithoutCreating() {
return web_data_service_.get();
}
-PasswordStore* TestingProfile::GetPasswordStore(ServiceAccessType access) {
- return NULL;
-}
-
void TestingProfile::SetPrefService(PrefService* prefs) {
prefs_.reset(prefs);
}

Powered by Google App Engine
This is Rietveld 408576698