Index: content/browser/renderer_host/p2p/socket_host_tcp.h |
diff --git a/content/browser/renderer_host/p2p/socket_host_tcp.h b/content/browser/renderer_host/p2p/socket_host_tcp.h |
index e532ae7bb7fdaaea6cc3cda90b4dc9ae63e42143..4c2bb313f93e31d7dacfcf675be61a55f94f2744 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_tcp.h |
+++ b/content/browser/renderer_host/p2p/socket_host_tcp.h |
@@ -81,7 +81,7 @@ class CONTENT_EXPORT P2PSocketHostTcpBase : public P2PSocketHost { |
// Helper method to send socket create message and start read. |
void OnOpen(); |
- void DoSendSocketCreateMsg(); |
+ bool DoSendSocketCreateMsg(); |
P2PHostAndIPEndPoint remote_address_; |