summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/xmpp_signal_strategy.cc
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-03 19:09:06 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-03 19:09:06 +0000
commit6b7211bbe85e39e4071929134c0577ee1145bd5c (patch)
tree6ea6f2829ff01400a7f23095d5599003b13a2a45 /remoting/jingle_glue/xmpp_signal_strategy.cc
parent04b7bf32e2975ec82c969753d8e28928e095f537 (diff)
downloadchromium_src-6b7211bbe85e39e4071929134c0577ee1145bd5c.zip
chromium_src-6b7211bbe85e39e4071929134c0577ee1145bd5c.tar.gz
chromium_src-6b7211bbe85e39e4071929134c0577ee1145bd5c.tar.bz2
Remove XmppClient::Abort() call from XmppSignalStrategy::Close().
TEST=None BUG=None Review URL: http://codereview.chromium.org/8037044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/jingle_glue/xmpp_signal_strategy.cc')
-rw-r--r--remoting/jingle_glue/xmpp_signal_strategy.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/jingle_glue/xmpp_signal_strategy.cc b/remoting/jingle_glue/xmpp_signal_strategy.cc
index d4bf481..3a7da5a 100644
--- a/remoting/jingle_glue/xmpp_signal_strategy.cc
+++ b/remoting/jingle_glue/xmpp_signal_strategy.cc
@@ -61,10 +61,6 @@ void XmppSignalStrategy::Close() {
if (xmpp_client_) {
xmpp_client_->engine()->RemoveStanzaHandler(this);
- // TODO(sergeyu): XmppClient::Disconnect() should call
- // Abort(). Remove this line when it's fixed in libjingle.
- xmpp_client_->Abort();
-
xmpp_client_->Disconnect();
// |xmpp_client_| should be set to NULL in OnConnectionStateChanged()