Index: content/browser/renderer_host/p2p/socket_host.h |
diff --git a/content/browser/renderer_host/p2p/socket_host.h b/content/browser/renderer_host/p2p/socket_host.h |
index 70e7276a0dec50576297ad5d72592fdc792964b8..2c709897ff98f011587259df566a93d7fa288132 100644 |
--- a/content/browser/renderer_host/p2p/socket_host.h |
+++ b/content/browser/renderer_host/p2p/socket_host.h |
@@ -46,6 +46,8 @@ class CONTENT_EXPORT P2PSocketHost { |
// Initalizes the socket. Returns false when initiazations fails. |
virtual bool Init(const net::IPEndPoint& local_address, |
+ uint16_t min_port, |
+ uint16_t max_port, |
const P2PHostAndIPEndPoint& remote_address) = 0; |
// Sends |data| on the socket to |to|. |