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

Unified Diff: remoting/protocol/jingle_stream_connector.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: small win fix 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698