| Index: components/sync/driver/glue/sync_backend_host_mock.cc
|
| diff --git a/components/sync/driver/glue/sync_backend_host_mock.cc b/components/sync/driver/glue/sync_backend_host_mock.cc
|
| index 7f7f84ecb39a7422b7c128305ac08716b624c669..2be173618dc6248e9d3d8e6bb1c92c473a6a0751 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_mock.cc
|
| +++ b/components/sync/driver/glue/sync_backend_host_mock.cc
|
| @@ -137,11 +137,6 @@ void SyncBackendHostMock::EnableDirectoryTypeDebugInfoForwarding() {}
|
|
|
| void SyncBackendHostMock::DisableDirectoryTypeDebugInfoForwarding() {}
|
|
|
| -void SyncBackendHostMock::GetAllNodesForTypes(
|
| - syncer::ModelTypeSet types,
|
| - base::Callback<void(const std::vector<syncer::ModelType>& type,
|
| - ScopedVector<base::ListValue>)> callback) {}
|
| -
|
| void SyncBackendHostMock::set_fail_initial_download(bool should_fail) {
|
| fail_initial_download_ = should_fail;
|
| }
|
|
|