Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
index 52437daac3c6db12a5cd0f5ba36b55f97edadd0d..a6de349885bdea7d09f2eb1ba15009164b04cf89 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -63,6 +63,7 @@ public: |
// A null response means no valid response was provided by the service worker, so fallback to native. |
virtual void didHandleFetchEvent(int fetchEventID, PassRefPtr<Response> = nullptr) = 0; |
virtual void didHandleSyncEvent(int syncEventID) = 0; |
+ virtual void didHandlePushEvent(int eventID) = 0; |
virtual void postMessageToClient(int clientID, const blink::WebString& message, PassOwnPtr<blink::WebMessagePortChannelArray>) = 0; |
static const char* supplementName(); |