Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1129)

Unified Diff: content/browser/renderer_host/p2p/socket_host_udp.h

Issue 8824006: Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host_test_utils.h ('k') | content/browser/renderer_host/p2p/socket_host_udp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698