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

Unified Diff: net/curvecp/test_server.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/curvecp/test_client.cc ('k') | net/curvecp/test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/curvecp/test_server.h
diff --git a/net/curvecp/test_server.h b/net/curvecp/test_server.h
index 68f1377817c4f739ba89fa990978e3e7c8470d7c..e4426eaff8b3f7745b9a1ecf14a1777c0e1ee8a3 100644
--- a/net/curvecp/test_server.h
+++ b/net/curvecp/test_server.h
@@ -66,8 +66,6 @@ class EchoServer {
scoped_refptr<DrainableIOBuffer> write_buffer_;
TestDataStream received_stream_;
int bytes_received_;
- OldCompletionCallbackImpl<EchoServer> read_callback_;
- OldCompletionCallbackImpl<EchoServer> write_callback_;
};
} // namespace net
« no previous file with comments | « net/curvecp/test_client.cc ('k') | net/curvecp/test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698