| Index: content/browser/background_sync/background_sync_manager.h
|
| diff --git a/content/browser/background_sync/background_sync_manager.h b/content/browser/background_sync/background_sync_manager.h
|
| index ee1bb84af84f6506ce072a4c775e1021ee48c28d..65f5ff205b1d2290eb1eb26a7faec2757fd81f67 100644
|
| --- a/content/browser/background_sync/background_sync_manager.h
|
| +++ b/content/browser/background_sync/background_sync_manager.h
|
| @@ -274,6 +274,8 @@ 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
|
| void FireReadyEvents();
|
|
|