Index: Source/modules/navigatorconnect/ServicePortCollection.h |
diff --git a/Source/modules/navigatorconnect/ServicePortCollection.h b/Source/modules/navigatorconnect/ServicePortCollection.h |
index b44b11c5af3b0fc166ef805344e0a711efce8e37..e8aa5c75ff6077e5b649785d52743a1aa7effe2f 100644 |
--- a/Source/modules/navigatorconnect/ServicePortCollection.h |
+++ b/Source/modules/navigatorconnect/ServicePortCollection.h |
@@ -10,6 +10,7 @@ |
#include "core/events/EventTarget.h" |
#include "modules/ModulesExport.h" |
#include "platform/heap/Handle.h" |
+#include "public/platform/modules/navigator_services/WebServicePortCallbacks.h" |
#include "public/platform/modules/navigator_services/WebServicePortProvider.h" |
#include "public/platform/modules/navigator_services/WebServicePortProviderClient.h" |
#include "wtf/RefCounted.h" |
@@ -57,6 +58,8 @@ public: |
// WebServicePortProviderClient overrides. |
void postMessage(WebServicePortID, const WebString&, const WebMessagePortChannelArray&) override; |
+ void dispatchConnectEvent(PassOwnPtr<WebServicePortConnectEventCallbacks>, const WebURL& targetURL, const WebString& origin, WebServicePortID); |
+ |
DECLARE_VIRTUAL_TRACE(); |
private: |