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 e49c815894fcd003337c2519fdfa23313a6077ed..33ce39df3ef0bec9f2298cafb4cc5fa1cbf315e9 100644 |
--- a/content/browser/background_sync/background_sync_manager.h |
+++ b/content/browser/background_sync/background_sync_manager.h |
@@ -120,6 +120,7 @@ class CONTENT_EXPORT BackgroundSyncManager |
const ServiceWorkerStorage::GetUserDataForAllRegistrationsCallback& |
callback); |
virtual void FireOneShotSync( |
+ BackgroundSyncRegistration* registration, |
jkarlin
2015/07/17 18:07:22
const BackgroundSyncRegistration& registration
iclelland
2015/07/17 18:34:25
Done.
|
const scoped_refptr<ServiceWorkerVersion>& active_version, |
const ServiceWorkerVersion::StatusCallback& callback); |