| 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 b7e0253620249b074e903e8ba48d2c9e879fc14e..d9587c397d75298845e65f9cc1fefd4acfa0c261 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl.h
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl.h
|
| @@ -140,10 +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>&,
|
| - ScopedVector<base::ListValue>)> type) override;
|
| base::MessageLoop* GetSyncLoopForTesting() override;
|
| void RefreshTypesForTest(syncer::ModelTypeSet types) override;
|
| void ClearServerData(
|
|
|