diff options
Diffstat (limited to 'remoting/protocol/jingle_stream_connector.h')
-rw-r--r-- | remoting/protocol/jingle_stream_connector.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/protocol/jingle_stream_connector.h b/remoting/protocol/jingle_stream_connector.h index f37a691..1dd0240b 100644 --- a/remoting/protocol/jingle_stream_connector.h +++ b/remoting/protocol/jingle_stream_connector.h @@ -63,9 +63,6 @@ class JingleStreamConnector : public JingleChannelConnector { scoped_ptr<ChannelAuthenticator> authenticator_; - // Callback called by the TCP and SSL layers. - net::OldCompletionCallbackImpl<JingleStreamConnector> tcp_connect_callback_; - DISALLOW_COPY_AND_ASSIGN(JingleStreamConnector); }; |