Chromium Code Reviews| Index: chrome/browser/sync/profile_sync_service_mock.h |
| diff --git a/chrome/browser/sync/profile_sync_service_mock.h b/chrome/browser/sync/profile_sync_service_mock.h |
| index 116185aa93bb86e7eed92c7eee8e8c58c7b80609..3b7dc175f45bc4ce708e97caabb01278bbde844b 100644 |
| --- a/chrome/browser/sync/profile_sync_service_mock.h |
| +++ b/chrome/browser/sync/profile_sync_service_mock.h |
| @@ -123,6 +123,9 @@ class ProfileSyncServiceMock : public ProfileSyncService { |
| MOCK_METHOD1(SetDecryptionPassphrase, bool(const std::string& passphrase)); |
| MOCK_METHOD2(SetEncryptionPassphrase, void(const std::string& passphrase, |
| PassphraseType type)); |
| + |
| + MOCK_METHOD0(GetSessionModelAssociator, |
|
Nicolas Zea
2013/08/19 23:54:41
nit: move this to be right above GetAllSignedInDev
|
| + browser_sync::SessionModelAssociator*()); |
| }; |
| #endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_MOCK_H_ |