| Index: content/browser/service_worker/service_worker_dispatcher_host.h
|
| diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| index cfa7045b513423bdfdee4cf789a8372c67d6903b..cdb9369ada11ccb5ed777f37b6e0592f1ab57308 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -102,7 +102,6 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost
|
|
|
| // mojom::ServiceWorkerDispatcherHost implementation
|
| void OnProviderCreated(ServiceWorkerProviderHostInfo info) override;
|
| - void OnProviderDestroyed(int provider_id) override;
|
| void OnSetHostedVersionId(int provider_id,
|
| int64_t version_id,
|
| int embedded_worker_id) override;
|
|
|