Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
index 9ba00274213677b68950e4af8a4e93b583320ba2..3e37928438cf28364aafd829aa6739ac324bfe1b 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeClientImpl.h |
@@ -57,6 +57,7 @@ public: |
WebURL scope() const override; |
void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult) override; |
+ void didHandleExtendableMessageEvent(int eventID, WebServiceWorkerEventResult) override; |
void didHandleFetchEvent(int fetchEventID) override; |
void didHandleFetchEvent(int fetchEventID, const WebServiceWorkerResponse&) override; |
void didHandleInstallEvent(int installEventID, WebServiceWorkerEventResult) override; |