| Index: remoting/protocol/jingle_stream_connector.h
|
| diff --git a/remoting/protocol/jingle_stream_connector.h b/remoting/protocol/jingle_stream_connector.h
|
| index f37a69183c15eb5aba6b602564d43adff9aadbfa..1dd0240bc028cddf8d10fb3f8c85d1058e3c6f3b 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);
|
| };
|
|
|
|
|