Descriptionsync: Populate entity counts in about:sync tab
Populates the count of entities per type in about:sync.
Includes C++ code to count and emit the set of deleted and non-deleted
counts, though for space reasons only the non-deleted count is displayed
on the about:sync page.
This calculation is somewhat expensive. It could be made cheaper by
having an index in the Directory to keep track of which entities belong
to which type, but that doesn't exist at the moment. For now, we just
avoid calculating these counts unless the about:sync page is open.
BUG=349301
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274563
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|