| 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 b11dfec2f67200f890a1e9d2c9913be34c9ff095..592fc327d2409b21aae5ec6d797e94a22337270a 100644
|
| --- a/content/renderer/service_worker/service_worker_context_client.h
|
| +++ b/content/renderer/service_worker/service_worker_context_client.h
|
| @@ -225,6 +225,8 @@ class ServiceWorkerContextClient : public blink::WebServiceWorkerContextClient,
|
| const ServiceWorkerFetchRequest& request,
|
| mojom::FetchEventPreloadHandlePtr preload_handle,
|
| const DispatchFetchEventCallback& callback) override;
|
| + void DispatchPushEvent(const PushEventPayload& payload,
|
| + const DispatchPushEventCallback& callback) override;
|
| void DispatchSyncEvent(
|
| const std::string& tag,
|
| blink::mojom::BackgroundSyncEventLastChance last_chance,
|
| @@ -241,7 +243,6 @@ class ServiceWorkerContextClient : public blink::WebServiceWorkerContextClient,
|
| const PlatformNotificationData& notification_data,
|
| int action_index,
|
| const base::NullableString16& reply);
|
| - void OnPushEvent(int request_id, const PushEventPayload& payload);
|
| void OnNotificationCloseEvent(
|
| int request_id,
|
| const std::string& notification_id,
|
|
|