| 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..32f71fa0fe119eba46d8bd1cfea7b214a089a2ab 100644
|
| --- a/content/child/background_sync/background_sync_provider.h
|
| +++ b/content/child/background_sync/background_sync_provider.h
|
| @@ -51,6 +51,8 @@ class BackgroundSyncProvider : public blink::WebSyncProvider {
|
| blink::WebSyncRegistration::Periodicity periodicity,
|
| blink::WebServiceWorkerRegistration* service_worker_registration,
|
| blink::WebSyncGetPermissionStatusCallbacks* callbacks);
|
| + void trackRegistration(blink::WebSyncRegistration* registration) override;
|
| + void releaseRegistration(int64_t sync_id) override;
|
|
|
| private:
|
| // Callback handlers
|
|
|