| Index: content/child/service_worker/web_service_worker_registration_impl.h
|
| diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h
|
| index 46144444da79d7e0309ff9e7ab6a488b10ec8d4c..9dece685879c4147f54183b458362a2b5e936933 100644
|
| --- a/content/child/service_worker/web_service_worker_registration_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_registration_impl.h
|
| @@ -78,13 +78,6 @@ class CONTENT_EXPORT WebServiceWorkerRegistrationImpl
|
| static std::unique_ptr<WebServiceWorkerRegistrationHandle> CreateHandle(
|
| const scoped_refptr<WebServiceWorkerRegistrationImpl>& registration);
|
|
|
| - // Same with CreateHandle(), but returns a raw pointer to the handle w/ its
|
| - // ownership instead. The caller must manage the ownership. This function must
|
| - // be used only for passing the handle to Blink API that does not support
|
| - // blink::WebPassOwnPtr.
|
| - static WebServiceWorkerRegistrationHandle* CreateLeakyHandle(
|
| - const scoped_refptr<WebServiceWorkerRegistrationImpl>& registration);
|
| -
|
| private:
|
| friend class base::RefCounted<WebServiceWorkerRegistrationImpl>;
|
| ~WebServiceWorkerRegistrationImpl() override;
|
|
|