| 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..71b74262ed60d4e79b07af3c04296604647caf51 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(const std::vector<syncer::ModelType>& type,
|
| + ScopedVector<base::ListValue>) > callback) OVERRIDE;
|
| +
|
| virtual base::MessageLoop* GetSyncLoopForTesting() OVERRIDE;
|
|
|
| void set_fail_initial_download(bool should_fail);
|
|
|