Index: remoting/protocol/jingle_connection_to_host.cc |
diff --git a/remoting/protocol/jingle_connection_to_host.cc b/remoting/protocol/jingle_connection_to_host.cc |
index f786ef8ba69d5cc4df0a219790e7505a9b83adb9..f680012ddfe6f0a2635bc6c1e7e75470d27c1e9e 100644 |
--- a/remoting/protocol/jingle_connection_to_host.cc |
+++ b/remoting/protocol/jingle_connection_to_host.cc |
@@ -57,9 +57,6 @@ void JingleConnectionToHost::Disconnect() { |
return; |
} |
- control_reader_.Close(); |
- video_reader_->Close(); |
- |
if (session_) { |
session_->Close( |
NewRunnableMethod(this, &JingleConnectionToHost::OnDisconnected)); |