| Index: components/sync/driver/glue/sync_backend_host.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host.h b/components/sync/driver/glue/sync_backend_host.h
|
| index 9504eee45157f8a6e4f1ce2a870119df7e90eb15..e7b99bbfa0fa03880e7dbebe2e2746c0f18f95a9 100644
|
| --- a/components/sync/driver/glue/sync_backend_host.h
|
| +++ b/components/sync/driver/glue/sync_backend_host.h
|
| @@ -203,13 +203,6 @@ class SyncBackendHost : public sync_driver::BackendDataTypeConfigurer {
|
| // Disables protocol event forwarding.
|
| virtual void DisableProtocolEventForwarding() = 0;
|
|
|
| - // Returns a ListValue representing all nodes for the specified types through
|
| - // |callback| on this thread.
|
| - virtual void GetAllNodesForTypes(
|
| - syncer::ModelTypeSet types,
|
| - base::Callback<void(const std::vector<syncer::ModelType>&,
|
| - ScopedVector<base::ListValue>)> type) = 0;
|
| -
|
| // Enables the sending of directory type debug counters. Also, for every
|
| // time it is called, it makes an explicit request that updates to an update
|
| // for all counters be emitted.
|
|
|