Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: sync/syncable/directory.h

Issue 224563004: sync: Re-implement getAllNodes WebUI function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/sync_core.gypi ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « sync/sync_core.gypi ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698