| Index: content/child/background_sync/background_sync_provider_thread_proxy.h
|
| diff --git a/content/child/background_sync/background_sync_provider_thread_proxy.h b/content/child/background_sync/background_sync_provider_thread_proxy.h
|
| index 7aed6d73df615417b4d6846827f6d0dfe9d2d7ab..ae460ab46756fcc177574bafc13e3073a1781bbc 100644
|
| --- a/content/child/background_sync/background_sync_provider_thread_proxy.h
|
| +++ b/content/child/background_sync/background_sync_provider_thread_proxy.h
|
| @@ -59,6 +59,9 @@ class BackgroundSyncProviderThreadProxy : public blink::WebSyncProvider,
|
| blink::WebServiceWorkerRegistration* service_worker_registration,
|
| blink::WebSyncGetPermissionStatusCallbacks* callbacks) override;
|
| void releaseRegistration(int64_t handle_id) override;
|
| + void notifyWhenDone(
|
| + int64_t handle_id,
|
| + blink::WebSyncNotifyWhenDoneCallbacks* callbacks) override;
|
|
|
| // Given |handle_id|, ask the provider for a new handle with the same
|
| // underlying registration.
|
|
|