| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index ae3c79acc247ab26bd42152348ba4a65ae178829..389c8b308381f1cc991039757c3fef4eff994b4f 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -78,8 +78,8 @@ public:
|
| void dispatchForeignFetchEvent(int, const WebServiceWorkerRequest&) override;
|
| void dispatchGeofencingEvent(int, WebGeofencingEventType, const WebString& regionID, const WebCircularGeofencingRegion&) override;
|
| void dispatchInstallEvent(int) override;
|
| - void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&, int actionIndex) override;
|
| - void dispatchNotificationCloseEvent(int, int64_t notificationID, const WebNotificationData&) override;
|
| + void dispatchNotificationClickEvent(int, mojom::blink::NotificationPtr notification, int actionIndex) override;
|
| + void dispatchNotificationCloseEvent(int, mojom::blink::NotificationPtr notification) override;
|
| void dispatchPushEvent(int, const WebString& data) override;
|
| void dispatchSyncEvent(int, const WebString& tag, LastChanceOption) override;
|
|
|
|
|