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

Unified Diff: net/socket_stream/socket_stream.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
« no previous file with comments | « net/socket/web_socket_server_socket_unittest.cc ('k') | net/socket_stream/socket_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket_stream/socket_stream.h
diff --git a/net/socket_stream/socket_stream.h b/net/socket_stream/socket_stream.h
index 501c44b9fce1e5f2aa1d165bb667895c8868aaca..663091a964de0cf42bf355f5b332d3785b422a84 100644
--- a/net/socket_stream/socket_stream.h
+++ b/net/socket_stream/socket_stream.h
@@ -338,8 +338,6 @@ class NET_EXPORT SocketStream
const CompletionCallback io_callback_;
OldCompletionCallbackImpl<SocketStream> io_callback_old_;
- OldCompletionCallbackImpl<SocketStream> read_callback_old_;
- OldCompletionCallbackImpl<SocketStream> write_callback_old_;
scoped_refptr<IOBuffer> read_buf_;
int read_buf_size_;
« no previous file with comments | « net/socket/web_socket_server_socket_unittest.cc ('k') | net/socket_stream/socket_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698