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

Unified Diff: remoting/protocol/v1_client_channel_authenticator.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 | « remoting/protocol/socket_reader_base.cc ('k') | remoting/protocol/v1_client_channel_authenticator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/v1_client_channel_authenticator.h
diff --git a/remoting/protocol/v1_client_channel_authenticator.h b/remoting/protocol/v1_client_channel_authenticator.h
index d8b265972505a744b47d97ea236a6114fb443b06..fcf4e89913c0b6f2ebbd78eca6f85facb3a366b6 100644
--- a/remoting/protocol/v1_client_channel_authenticator.h
+++ b/remoting/protocol/v1_client_channel_authenticator.h
@@ -49,11 +49,6 @@ class V1ClientChannelAuthenticator : public ChannelAuthenticator,
scoped_ptr<net::CertVerifier> cert_verifier_;
scoped_refptr<net::DrainableIOBuffer> auth_write_buf_;
- net::OldCompletionCallbackImpl<V1ClientChannelAuthenticator>
- connect_callback_;
- net::OldCompletionCallbackImpl<V1ClientChannelAuthenticator>
- auth_write_callback_;
-
DISALLOW_COPY_AND_ASSIGN(V1ClientChannelAuthenticator);
};
« no previous file with comments | « remoting/protocol/socket_reader_base.cc ('k') | remoting/protocol/v1_client_channel_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698