| 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 2a0201ea56d4c7ac7ec1d7fbd6f2defc701632a3..c6501a26eb896b0fb58b3f3f30e300859ba2a5ae 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -75,7 +75,8 @@ public:
|
| void setRegistration(WebPassOwnPtr<WebServiceWorkerRegistration::Handle>) override;
|
| void dispatchActivateEvent(int) override;
|
| void dispatchCrossOriginMessageEvent(const WebCrossOriginServiceWorkerClient&, const WebString& message, const WebMessagePortChannelArray&) override;
|
| - void dispatchExtendableMessageEvent(int, const WebString& message, const WebMessagePortChannelArray&) override;
|
| + void dispatchExtendableMessageEvent(int eventID, const WebString& message, const WebMessagePortChannelArray&, const WebServiceWorkerClientInfo&) override;
|
| + void dispatchExtendableMessageEvent(int eventID, const WebString& message, const WebMessagePortChannelArray&, WebPassOwnPtr<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;
|
|
|