| Index: content/renderer/service_worker/service_worker_context_client.h
|
| diff --git a/content/renderer/service_worker/service_worker_context_client.h b/content/renderer/service_worker/service_worker_context_client.h
|
| index ba764619f0d0664c24626707ca60711002a701ec..d09957eb5ce14802a2e1863a0b77ca5d571ce757 100644
|
| --- a/content/renderer/service_worker/service_worker_context_client.h
|
| +++ b/content/renderer/service_worker/service_worker_context_client.h
|
| @@ -212,6 +212,8 @@ class ServiceWorkerContextClient : public blink::WebServiceWorkerContextClient,
|
| const ServiceWorkerVersionAttributes& attrs);
|
|
|
| // mojom::ServiceWorkerEventDispatcher
|
| + void DispatchInstallEvent(
|
| + const DispatchInstallEventCallback& callback) override;
|
| void DispatchActivateEvent(
|
| const DispatchActivateEventCallback& callback) override;
|
| void DispatchExtendableMessageEvent(
|
| @@ -241,7 +243,6 @@ class ServiceWorkerContextClient : public blink::WebServiceWorkerContextClient,
|
| payments::mojom::PaymentAppRequestPtr app_request,
|
| const DispatchPaymentRequestEventCallback& callback) override;
|
|
|
| - void OnInstallEvent(int request_id);
|
| void OnNotificationClickEvent(
|
| int request_id,
|
| const std::string& notification_id,
|
|
|