Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
index 4bcbbb3ee17b499da05f35befaeacf5c262ed22c..4777310d073378680d74fb93ab6c70ca6d4e3915 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -52,6 +52,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 requestSyncEvents(int syncRegisterID, bool requested) = 0; |
static const char* supplementName(); |
static ServiceWorkerGlobalScopeClient* from(ExecutionContext*); |