| 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 218f5f16312bf98dd46495b2c9c2cbbc27eec47b..f43547b52dee211a7b411c127e327ee255e03cfa 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) {}
|
|
|
|
|