diff options
Diffstat (limited to 'content/browser/background_sync/background_sync_manager.h')
-rw-r--r-- | content/browser/background_sync/background_sync_manager.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/browser/background_sync/background_sync_manager.h b/content/browser/background_sync/background_sync_manager.h index ff6994e..236f832 100644 --- a/content/browser/background_sync/background_sync_manager.h +++ b/content/browser/background_sync/background_sync_manager.h @@ -274,10 +274,9 @@ class CONTENT_EXPORT BackgroundSyncManager // seen (on Android the browser is instead woken up the next time it goes // online). For periodic syncs this means creating an alarm. void SchedulePendingRegistrations(); - void SchedulePendingRegistrationsOnUIThread( - bool keep_browser_alive_for_one_shot); - // FireReadyEvents and callbacks + // FireReadyEvents scans the list of available events and fires those that are + // ready to fire. For those that can't yet be fired, wakeup alarms are set. void FireReadyEvents(); void FireReadyEventsImpl(const base::Closure& callback); void FireReadyEventsDidFindRegistration( |