Index: content/browser/service_worker/service_worker_version.h |
diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h |
index b1bc3d2ad29ed2fc355afc0adcd8631d3f213de3..a6d866a1d33288d0170e16acac946fd7074e961b 100644 |
--- a/content/browser/service_worker/service_worker_version.h |
+++ b/content/browser/service_worker/service_worker_version.h |
@@ -211,7 +211,8 @@ class CONTENT_EXPORT ServiceWorkerVersion |
// notify completion. |
// |
// This must be called when the status() is ACTIVATED. |
- void DispatchSyncEvent(const StatusCallback& callback); |
+ void DispatchSyncEvent(SyncRegistrationPtr registration, |
+ const StatusCallback& callback); |
// Sends notificationclick event to the associated embedded worker and |
// asynchronously calls |callback| when it errors out or it gets a response |