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

Unified Diff: remoting/client/chromoting_client.cc

Issue 3167047: Jingle_glue bugfixes. (Closed)
Patch Set: - Created 10 years, 4 months 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
« no previous file with comments | « no previous file | remoting/jingle_glue/jingle_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/chromoting_client.cc
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc
index 9226186a92181e41eda08805b3a5a4f22387e598..a9cf5ba551707457b93ab243e52a33297a7be0ad 100644
--- a/remoting/client/chromoting_client.cc
+++ b/remoting/client/chromoting_client.cc
@@ -60,9 +60,6 @@ void ChromotingClient::Stop() {
connection_->Disconnect();
view_->TearDown();
-
- // Quit the current message loop.
- message_loop()->PostTask(FROM_HERE, new MessageLoop::QuitTask());
}
void ChromotingClient::ClientDone() {
« no previous file with comments | « no previous file | remoting/jingle_glue/jingle_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698