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 3c50f82e42921e92a7e75fd529f2a1f762a282bd..b24630a3c1adbd0c20d511d873754147fd00570e 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_tcp.h |
+++ b/content/browser/renderer_host/p2p/socket_host_tcp.h |
@@ -66,10 +66,6 @@ class CONTENT_EXPORT P2PSocketHostTcp : public P2PSocketHost { |
bool connected_; |
- net::OldCompletionCallbackImpl<P2PSocketHostTcp> connect_callback_; |
- net::OldCompletionCallbackImpl<P2PSocketHostTcp> read_callback_; |
- net::OldCompletionCallbackImpl<P2PSocketHostTcp> write_callback_; |
- |
DISALLOW_COPY_AND_ASSIGN(P2PSocketHostTcp); |
}; |