| 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 023f750c9c16b51e1c75fa4130494bf400a08652..1f0d68f72b8c02b1e36a9024600a72ea6ad209a0 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| @@ -138,4 +138,9 @@ void SyncBackendHostMock::set_fail_initial_download(bool should_fail) {
|
| fail_initial_download_ = should_fail;
|
| }
|
|
|
| +void SyncBackendHostMock::ClearServerData(
|
| + const syncer::SyncManager::ClearServerDataCallback& callback) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| } // namespace browser_sync
|
|
|