| 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 176652ace9f391f126bb62363b83f9a8a73bbc35..2f9d5aab8620318bac394a118e383f85b7c8aa62 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| @@ -69,6 +69,10 @@ syncer::UserShare* SyncBackendHostMock::GetUserShare() const {
|
| return NULL;
|
| }
|
|
|
| +syncer::SyncCoreProxy SyncBackendHostMock::GetSyncCoreProxy() {
|
| + return syncer::SyncCoreProxy::GetInvalidSyncCoreProxyForTest();
|
| +}
|
| +
|
| SyncBackendHost::Status SyncBackendHostMock::GetDetailedStatus() {
|
| return SyncBackendHost::Status();
|
| }
|
|
|