| 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 390983c3f04dfe62d6864c025332ea284e27671d..072734f4f8b88dfdd7cb3cc30b144b8981c19bba 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),
|
|
|