Index: content/child/background_sync/background_sync_provider.h |
diff --git a/content/child/background_sync/background_sync_provider.h b/content/child/background_sync/background_sync_provider.h |
index f09a2e073f544d3af6089e45a9515e82a161c74d..f62ff101035a39a651288d3d30dc577a2e125784 100644 |
--- a/content/child/background_sync/background_sync_provider.h |
+++ b/content/child/background_sync/background_sync_provider.h |
@@ -51,6 +51,13 @@ class BackgroundSyncProvider : public blink::WebSyncProvider { |
blink::WebSyncRegistration::Periodicity periodicity, |
blink::WebServiceWorkerRegistration* service_worker_registration, |
blink::WebSyncGetPermissionStatusCallbacks* callbacks); |
+ void releaseRegistration(int64_t handle_id); |
+ |
+ void DuplicateRegistrationHandle( |
+ int64_t handle_id, |
+ int64_t service_worker_registration_id, |
+ const BackgroundSyncService::DuplicateRegistrationHandleCallback& |
+ callback); |
private: |
// Callback handlers |