| Index: content/browser/background_sync/background_sync_manager.cc
|
| diff --git a/content/browser/background_sync/background_sync_manager.cc b/content/browser/background_sync/background_sync_manager.cc
|
| index 859c530bc98fb224bea00c1b29437d16fc6b9fe5..72f263875be042b7df7c2be6c43d45e41c8dae28 100644
|
| --- a/content/browser/background_sync/background_sync_manager.cc
|
| +++ b/content/browser/background_sync/background_sync_manager.cc
|
| @@ -275,7 +275,8 @@ void BackgroundSyncManager::EmulateDispatchSyncEvent(
|
|
|
| BackgroundSyncManager::BackgroundSyncManager(
|
| scoped_refptr<ServiceWorkerContextWrapper> service_worker_context)
|
| - : service_worker_context_(service_worker_context),
|
| + : op_scheduler_(CacheStorageSchedulerClient::CLIENT_BACKGROUND_SYNC),
|
| + service_worker_context_(service_worker_context),
|
| parameters_(new BackgroundSyncParameters()),
|
| disabled_(false),
|
| num_firing_registrations_(0),
|
|
|