Chromium Code Reviews
Description[sync] Set up notification-free infra for triggering local sync refresh
Sync code that is due to be componentized and shared with iOS both sends and
listens for the SYNC_REFRESH_LOCAL notification. This is problematic, as iOS
cannot use the //content-based notification system.
This CL puts the pieces in place for getting rid of this notification: It adds
an interface to SyncService that a client can call to trigger refresh. Future
work can change all senders of the notification to instead call into the
SyncService and then eliminate the notification altogether.
BUG=512779, 512059
Committed: https://crrev.com/ce26a15f734e6be603bf8c62e07c884a7c344419
Cr-Commit-Position: refs/heads/master@{#356021}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Response to review #Messages
Total messages: 11 (4 generated)
|