Index: content/child/navigator_connect/navigator_connect_provider.h |
diff --git a/content/child/navigator_connect/navigator_connect_provider.h b/content/child/navigator_connect/navigator_connect_provider.h |
index 8ef6d17d8bd349908fa928c9e104b61309d71398..f21b0c4a97eee1fb8e9c62a204f43621dad2b3c6 100644 |
--- a/content/child/navigator_connect/navigator_connect_provider.h |
+++ b/content/child/navigator_connect/navigator_connect_provider.h |
@@ -28,6 +28,7 @@ class Message; |
namespace content { |
class ThreadSafeSender; |
+struct TransferredMessagePort; |
// Main entry point for the navigator.connect API in a child process. This |
// implements the blink API and passes connect calls on to the browser process. |
@@ -60,7 +61,7 @@ class NavigatorConnectProvider : public blink::WebNavigatorConnectProvider, |
private: |
void OnConnectResult(int thread_id, |
int request_id, |
- int message_port_id, |
+ const TransferredMessagePort& message_port, |
int message_port_route_id, |
bool allow_connect); |