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 39171ecddc8e263e437a187f2552fc1eaf552b4f..3bf658baf9339fd1616eca9ea372ea27fa85c67b 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h |
@@ -75,6 +75,7 @@ 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 dispatchFetchEvent(int, const WebServiceWorkerRequest&) override; |
void dispatchForeignFetchEvent(int, const WebServiceWorkerRequest&) override; |
void dispatchGeofencingEvent(int, WebGeofencingEventType, const WebString& regionID, const WebCircularGeofencingRegion&) override; |