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

Unified Diff: remoting/signaling/xmpp_signal_strategy.cc

Issue 2384063008: Enables delegating signal strategy for It2Me Host. (Closed)
Patch Set: Created 4 years, 2 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
Index: remoting/signaling/xmpp_signal_strategy.cc
diff --git a/remoting/signaling/xmpp_signal_strategy.cc b/remoting/signaling/xmpp_signal_strategy.cc
index 46133761e1c44f34f7422e0cfbd35b86ec351c71..76c9566326b77b37f206318ea7f632a574c51759 100644
--- a/remoting/signaling/xmpp_signal_strategy.cc
+++ b/remoting/signaling/xmpp_signal_strategy.cc
@@ -164,6 +164,7 @@ XmppSignalStrategy::Core::Core(
// Non-secure connections are allowed only for debugging.
CHECK(xmpp_server_config_.use_tls);
#endif
+ thread_checker_.DetachFromThread();
Sergey Ulanov 2016/10/05 21:49:07 I don't think it's safe to detach from the thread
Sergey Ulanov 2016/10/05 21:49:07 Please add a comment xmpp_signal_strategy.h to mak
kelvinp 2016/10/06 00:43:06 Done.
kelvinp 2016/10/06 00:43:06 Done.
}
XmppSignalStrategy::Core::~Core() {

Powered by Google App Engine
This is Rietveld 408576698