summaryrefslogtreecommitdiffstats
path: root/components/browser_sync/browser/profile_sync_service_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/browser_sync/browser/profile_sync_service_mock.h')
-rw-r--r--components/browser_sync/browser/profile_sync_service_mock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/browser_sync/browser/profile_sync_service_mock.h b/components/browser_sync/browser/profile_sync_service_mock.h
index 41df3ea..255aa2f 100644
--- a/components/browser_sync/browser/profile_sync_service_mock.h
+++ b/components/browser_sync/browser/profile_sync_service_mock.h
@@ -96,8 +96,6 @@ class ProfileSyncServiceMock : public ProfileSyncService {
MOCK_METHOD1(SetDecryptionPassphrase, bool(const std::string& passphrase));
MOCK_METHOD2(SetEncryptionPassphrase, void(const std::string& passphrase,
PassphraseType type));
-
- MOCK_METHOD1(StartUpSlowBackendComponents, void(BackendMode));
};
#endif // COMPONENTS_BROWSER_SYNC_BROWSER_PROFILE_SYNC_SERVICE_MOCK_H_