Index: content/browser/renderer_host/p2p/socket_dispatcher_host.h |
diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.h b/content/browser/renderer_host/p2p/socket_dispatcher_host.h |
index 5b4ef05c2c0b597c40c40388271f823e2aa7e07d..04ad89fed75975a54092beddd193d62d0e441c67 100644 |
--- a/content/browser/renderer_host/p2p/socket_dispatcher_host.h |
+++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.h |
@@ -80,6 +80,7 @@ class P2PSocketDispatcherHost |
void OnCreateSocket(P2PSocketType type, |
int socket_id, |
const net::IPEndPoint& local_address, |
+ const P2PPortRange& port_range, |
const P2PHostAndIPEndPoint& remote_address); |
void OnAcceptIncomingTcpConnection(int listen_socket_id, |
const net::IPEndPoint& remote_address, |