| Index: components/sync/driver/glue/sync_backend_host_impl.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host_impl.h b/components/sync/driver/glue/sync_backend_host_impl.h
|
| index 73b70199c3a4b674bd2364eb531e238ce07cfd36..bd08520e7355313002e6c6a555ca0031a8af3175 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl.h
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl.h
|
| @@ -140,11 +140,6 @@ class SyncBackendHostImpl : public SyncBackendHost,
|
| void DisableProtocolEventForwarding() override;
|
| void EnableDirectoryTypeDebugInfoForwarding() override;
|
| void DisableDirectoryTypeDebugInfoForwarding() override;
|
| - void GetAllNodesForTypes(
|
| - syncer::ModelTypeSet types,
|
| - base::Callback<void(const std::vector<syncer::ModelType>&,
|
| - std::vector<std::unique_ptr<base::ListValue>>)> type)
|
| - override;
|
| base::MessageLoop* GetSyncLoopForTesting() override;
|
| void RefreshTypesForTest(syncer::ModelTypeSet types) override;
|
| void ClearServerData(
|
|
|