| 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..e19c49226f18b9cfb96775d57e6997f8f4c368b2 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.h
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.h
|
| @@ -123,6 +123,8 @@ class ProfileSyncServiceMock : public ProfileSyncService {
|
| MOCK_METHOD1(SetDecryptionPassphrase, bool(const std::string& passphrase));
|
| MOCK_METHOD2(SetEncryptionPassphrase, void(const std::string& passphrase,
|
| PassphraseType type));
|
| +
|
| + MOCK_METHOD0(Shutdown, void());
|
| };
|
|
|
| #endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_SERVICE_MOCK_H_
|
|
|