Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
index f22790f00684c73996d341f7fa1402690305cbe3..e52562216c78bff1be5a749bc4d79f4ba95588f2 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h |
@@ -75,7 +75,6 @@ public: |
virtual void didHandleNotificationClickEvent(int eventID, WebServiceWorkerEventResult) = 0; |
virtual void didHandlePushEvent(int pushEventID, WebServiceWorkerEventResult) = 0; |
virtual void didHandleSyncEvent(int syncEventID, WebServiceWorkerEventResult) = 0; |
- virtual void didHandleCrossOriginConnectEvent(int connectEventID, bool acceptConnect) = 0; |
virtual void postMessageToClient(const WebString& clientUUID, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) = 0; |
virtual void postMessageToCrossOriginClient(const WebCrossOriginServiceWorkerClient&, const WebString& message, PassOwnPtr<WebMessagePortChannelArray>) = 0; |
virtual void skipWaiting(WebServiceWorkerSkipWaitingCallbacks*) = 0; |