| 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::_)).
|
|
|