| Index: components/sync/core/sync_manager.h
|
| diff --git a/components/sync/core/sync_manager.h b/components/sync/core/sync_manager.h
|
| index 7557d77804a79811cd19be4164465613557caac8..53c76bcb25ebcb1f2333248c8cd965aded1f4b2c 100644
|
| --- a/components/sync/core/sync_manager.h
|
| +++ b/components/sync/core/sync_manager.h
|
| @@ -367,9 +367,6 @@ class SyncManager {
|
| // Returns the SyncManager's encryption handler.
|
| virtual SyncEncryptionHandler* GetEncryptionHandler() = 0;
|
|
|
| - virtual std::unique_ptr<base::ListValue> GetAllNodesForType(
|
| - syncer::ModelType type) = 0;
|
| -
|
| // Ask the SyncManager to fetch updates for the given types.
|
| virtual void RefreshTypes(ModelTypeSet types) = 0;
|
|
|
|
|