Index: content/browser/renderer_host/p2p/socket_dispatcher_host.cc |
diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc |
index 002e5130f5acf1a446294c32e05fabf67e5eddec..45c40cd49c651833751593cddaa22d67584f4ba3 100644 |
--- a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc |
+++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc |
@@ -104,8 +104,8 @@ P2PSocketDispatcherHost::P2PSocketDispatcherHost( |
dump_outgoing_rtp_packet_(false) { |
} |
-void P2PSocketDispatcherHost::OnChannelClosing() { |
- // Since the IPC channel is gone, close pending connections. |
+void P2PSocketDispatcherHost::OnSenderClosing() { |
+ // Since the IPC sender is gone, close pending connections. |
STLDeleteContainerPairSecondPointers(sockets_.begin(), sockets_.end()); |
sockets_.clear(); |