DescriptionProcess incoming updates and deletes properly.
There are two paths into synced notifications - MergeDataAndStartSyncing, and
ProcessSyncChanges.
We had been handling updates and deletes on the MergeDataAndStartSyncing (catch
up pull path) case, but not in the ProcessSyncChanges (push path). This change
adds the missing code for the push path and some unit tests.
We also refactor slightly the Display method, replacing calls with
"UpdateInMessageCenter", which will display or remove as needed.
BUG=270175
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216831
Patch Set 1 #
Total comments: 2
Patch Set 2 : updates and deletes: do merging #
Total comments: 8
Patch Set 3 : updates and deletes: CR feedback from DewittJ and Zea #
Messages
Total messages: 12 (0 generated)
|