Index: public/web/WebServiceWorkerContextProxy.h |
diff --git a/public/web/WebServiceWorkerContextProxy.h b/public/web/WebServiceWorkerContextProxy.h |
index 75c5c5bd71712486ac9b512e32f8b1a40551b683..26575f92191d94b4080dd06ada4071d111e043a0 100644 |
--- a/public/web/WebServiceWorkerContextProxy.h |
+++ b/public/web/WebServiceWorkerContextProxy.h |
@@ -65,8 +65,6 @@ public: |
virtual void dispatchPushEvent(int eventID, const WebString& data) = 0; |
- virtual void dispatchCrossOriginConnectEvent(int eventID, const WebCrossOriginServiceWorkerClient&) = 0; |
- |
virtual void dispatchCrossOriginMessageEvent(const WebCrossOriginServiceWorkerClient&, const WebString& message, const WebMessagePortChannelArray&) = 0; |
// Passes ownership of the callbacks. |