| 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 a235dac15b29489cd1e7193f3945ea288c9b1d70..36be3e8dd521718ae64bd0d24fc0c4aac7cf93b6 100644
|
| --- a/content/browser/background_sync/background_sync_manager.h
|
| +++ b/content/browser/background_sync/background_sync_manager.h
|
| @@ -121,6 +121,7 @@ class CONTENT_EXPORT BackgroundSyncManager
|
| const ServiceWorkerStorage::GetUserDataForAllRegistrationsCallback&
|
| callback);
|
| virtual void FireOneShotSync(
|
| + const BackgroundSyncRegistration& registration,
|
| const scoped_refptr<ServiceWorkerVersion>& active_version,
|
| const ServiceWorkerVersion::StatusCallback& callback);
|
|
|
|
|