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

Unified Diff: jingle/notifier/base/chrome_async_socket.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 | « jingle/glue/pseudotcp_adapter_unittest.cc ('k') | jingle/notifier/base/chrome_async_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/chrome_async_socket.h
diff --git a/jingle/notifier/base/chrome_async_socket.h b/jingle/notifier/base/chrome_async_socket.h
index 6e41a6c406129a5780dec8ad04b05666b681f7a6..d2df8df8cf15d377b0a091264c9132c54bfdeaae 100644
--- a/jingle/notifier/base/chrome_async_socket.h
+++ b/jingle/notifier/base/chrome_async_socket.h
@@ -176,12 +176,6 @@ class ChromeAsyncSocket : public buzz::AsyncSocket {
// Close functions.
void DoClose();
- // Callbacks passed to |transport_socket_|.
- net::OldCompletionCallbackImpl<ChromeAsyncSocket> connect_callback_;
- net::OldCompletionCallbackImpl<ChromeAsyncSocket> read_callback_;
- net::OldCompletionCallbackImpl<ChromeAsyncSocket> write_callback_;
- net::OldCompletionCallbackImpl<ChromeAsyncSocket> ssl_connect_callback_;
-
scoped_ptr<ResolvingClientSocketFactory> client_socket_factory_;
// buzz::AsyncSocket state.
« no previous file with comments | « jingle/glue/pseudotcp_adapter_unittest.cc ('k') | jingle/notifier/base/chrome_async_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698