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

Unified Diff: chrome/browser/sync/test_profile_sync_service.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/browser/sync/test_profile_sync_service.cc
diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
index 3f76310e3cdab6166b1f6e66d615bd3e6cabeecc..72269742b8da438223bed898fa41f53253bb616d 100644
--- a/chrome/browser/sync/test_profile_sync_service.cc
+++ b/chrome/browser/sync/test_profile_sync_service.cc
@@ -96,12 +96,6 @@ void SyncBackendHostForProfileSyncTest::StartConfiguration(
}
}
-void SyncBackendHostForProfileSyncTest::
- SetDefaultExpectationsForWorkerCreation(ProfileMock* profile) {
- EXPECT_CALL(*profile, GetPasswordStore(testing::_)).
- WillOnce(testing::Return((PasswordStore*)NULL));
-}
-
void SyncBackendHostForProfileSyncTest::SetHistoryServiceExpectations(
ProfileMock* profile) {
EXPECT_CALL(*profile, GetHistoryService(testing::_)).

Powered by Google App Engine
This is Rietveld 408576698