| Index: chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.cc b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| index f3b58cf3cc5538038f8bd3980061b3e8fdef5f22..232ce7237ce62f34eba8125077879479cdd8e668 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| @@ -37,6 +37,8 @@ void SyncBackendHostMock::Initialize(
|
| !fail_initial_download_);
|
| }
|
|
|
| +void SyncBackendHostMock::TriggerRefresh(const syncer::ModelTypeSet& types) {}
|
| +
|
| void SyncBackendHostMock::UpdateCredentials(
|
| const syncer::SyncCredentials& credentials) {}
|
|
|
|
|