diff options
Diffstat (limited to 'jingle/notifier/base/chrome_async_socket.h')
-rw-r--r-- | jingle/notifier/base/chrome_async_socket.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/jingle/notifier/base/chrome_async_socket.h b/jingle/notifier/base/chrome_async_socket.h index 6e41a6c..d2df8df 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. |