Index: content/child/webmessageportchannel_impl.h |
diff --git a/content/child/webmessageportchannel_impl.h b/content/child/webmessageportchannel_impl.h |
index 1fe46e8faa3317980a88a269eae24a4625a89900..3098d627384fb9ff74d6273fedbbec71348edc60 100644 |
--- a/content/child/webmessageportchannel_impl.h |
+++ b/content/child/webmessageportchannel_impl.h |
@@ -33,6 +33,10 @@ class WebMessagePortChannelImpl |
int message_port_id, |
base::MessageLoopProxy* child_thread_loop); |
+ static void CreatePair(base::MessageLoopProxy* child_thread_loop, |
+ blink::WebMessagePortChannel** channel1, |
+ blink::WebMessagePortChannel** channel2); |
+ |
// Extracts port IDs for passing on to the browser process, and queues any |
// received messages. Takes ownership of the passed array (and deletes it). |
static std::vector<int> ExtractMessagePortIDs( |