| Index: components/sync/core/sync_manager.h
|
| diff --git a/components/sync/core/sync_manager.h b/components/sync/core/sync_manager.h
|
| index f1cbfbb69664b98f85fe01cf229e2019c9ba7d99..5f3d1aff3a8a2d5e2c30cc2c5888040a9e95dec1 100644
|
| --- a/components/sync/core/sync_manager.h
|
| +++ b/components/sync/core/sync_manager.h
|
| @@ -366,9 +366,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;
|
|
|
|
|