| Index: chrome/browser/sync/glue/sync_backend_host_mock.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.h b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| index 37401c40dcc11850e2fc85a2acf1b295432a7cd0..b338e93f9f2531a97064092df3fa2ef1cd3b9d68 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -108,6 +108,9 @@ class SyncBackendHostMock : public SyncBackendHost {
|
|
|
| void RefreshTypesForTest(syncer::ModelTypeSet types) override;
|
|
|
| + void ClearServerData(
|
| + const syncer::SyncManager::ClearServerDataCallback& callback) override;
|
| +
|
| void set_fail_initial_download(bool should_fail);
|
|
|
| private:
|
|
|