Index: content/browser/renderer_host/p2p/socket_host_udp.h |
diff --git a/content/browser/renderer_host/p2p/socket_host_udp.h b/content/browser/renderer_host/p2p/socket_host_udp.h |
index 6925b54c7ad5853edd38b2030c4a5cec67b1a6c3..d46c7904178398f1d22931373fe6530dd3d2d1a4 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_udp.h |
+++ b/content/browser/renderer_host/p2p/socket_host_udp.h |
@@ -69,9 +69,6 @@ class CONTENT_EXPORT P2PSocketHostUdp : public P2PSocketHost { |
// response or relay allocation request or response. |
ConnectedPeerSet connected_peers_; |
- net::OldCompletionCallbackImpl<P2PSocketHostUdp> recv_callback_; |
- net::OldCompletionCallbackImpl<P2PSocketHostUdp> send_callback_; |
- |
DISALLOW_COPY_AND_ASSIGN(P2PSocketHostUdp); |
}; |