| 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 33c7301216d921b961b85f858be0c6d4d37a90f1..ae3c79acc247ab26bd42152348ba4a65ae178829 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -78,7 +78,6 @@ public:
|
| void dispatchForeignFetchEvent(int, const WebServiceWorkerRequest&) override;
|
| void dispatchGeofencingEvent(int, WebGeofencingEventType, const WebString& regionID, const WebCircularGeofencingRegion&) override;
|
| void dispatchInstallEvent(int) override;
|
| - void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) override;
|
| void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&, int actionIndex) override;
|
| void dispatchNotificationCloseEvent(int, int64_t notificationID, const WebNotificationData&) override;
|
| void dispatchPushEvent(int, const WebString& data) override;
|
|
|