| 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..c87e4bce64a2f0c27ee47b21262eb196e9198008 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -76,7 +76,6 @@ public:
|
| void dispatchExtendableMessageEvent(int eventID, const WebString& message, const WebSecurityOrigin& sourceOrigin, const WebMessagePortChannelArray&, std::unique_ptr<WebServiceWorker::Handle>) override;
|
| void dispatchFetchEvent(int, const WebServiceWorkerRequest&) override;
|
| 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;
|
|
|