| 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 76e3ea7f7637ece0a905650f6b8f83a98c06cfd6..7d73743ee1d80a2a82f2a917a457d2fcabbc101a 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -96,6 +96,11 @@ class SyncBackendHostMock : public SyncBackendHost {
|
| virtual void RequestBufferedProtocolEventsAndEnableForwarding() OVERRIDE;
|
| virtual void DisableProtocolEventForwarding() OVERRIDE;
|
|
|
| + virtual void GetAllNodesForTypes(
|
| + syncer::ModelTypeSet types,
|
| + base::Callback<void(std::vector<syncer::ModelType> type,
|
| + ScopedVector<base::ListValue>) > callback) OVERRIDE;
|
| +
|
| virtual base::MessageLoop* GetSyncLoopForTesting() OVERRIDE;
|
|
|
| void set_fail_initial_download(bool should_fail);
|
|
|