| 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 cbcd9d71decdfcf9231b40785930bbdc6b9b9e0f..cdba5ce0cb6788d2b7afc8d63aaaf3bc73a4fa71 100644
|
| --- a/content/child/background_sync/background_sync_provider.h
|
| +++ b/content/child/background_sync/background_sync_provider.h
|
| @@ -53,13 +53,6 @@ class BackgroundSyncProvider : public blink::WebSyncProvider,
|
| void getRegistrations(
|
| blink::WebServiceWorkerRegistration* service_worker_registration,
|
| blink::WebSyncGetRegistrationsCallbacks* callbacks) override;
|
| - // TODO(jkarlin): Rename to releaseRegistrationHandle.
|
| - void releaseRegistration(int64_t handle_id) override;
|
| -
|
| - void DuplicateRegistrationHandle(
|
| - int64_t handle_id,
|
| - const BackgroundSyncService::DuplicateRegistrationHandleCallback&
|
| - callback);
|
|
|
| // WorkerThread::Observer implementation.
|
| void WillStopCurrentWorkerThread() override;
|
|
|