| Index: sync/syncable/directory.h
|
| diff --git a/sync/syncable/directory.h b/sync/syncable/directory.h
|
| index ca8f4f133a72b3a2b95cfbde32688eda3e09d65e..76eec50e1365b45a64cf9e6a91942a2fd8d9ecc7 100644
|
| --- a/sync/syncable/directory.h
|
| +++ b/sync/syncable/directory.h
|
| @@ -327,7 +327,10 @@ class SYNC_EXPORT Directory {
|
| void CollectMetaHandleCounts(std::vector<int>* num_entries_by_type,
|
| std::vector<int>* num_to_delete_entries_by_type);
|
|
|
| - scoped_ptr<base::ListValue> GetAllNodeDetails(BaseTransaction* trans);
|
| + // Returns a ListValue serialization of all nodes for the given type.
|
| + scoped_ptr<base::ListValue> GetNodeDetailsForType(
|
| + BaseTransaction* trans,
|
| + ModelType type);
|
|
|
| // Sets the level of invariant checking performed after transactions.
|
| void SetInvariantCheckLevel(InvariantCheckLevel check_level);
|
|
|