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

Unified Diff: webrtc/base/signalthread.cc

Issue 2677743002: Increase STUN RTOs (Closed)
Patch Set: Fix some comments Created 3 years, 10 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: webrtc/base/signalthread.cc
diff --git a/webrtc/base/signalthread.cc b/webrtc/base/signalthread.cc
index 81c1383c3dda0151cbd03b2a76fb67298e3974c0..21282097eb3389540223d1ac93a440abe62a3fd4 100644
--- a/webrtc/base/signalthread.cc
+++ b/webrtc/base/signalthread.cc
@@ -147,4 +147,10 @@ void SignalThread::OnMainThreadDestroyed() {
main_ = NULL;
}
+bool SignalThread::Worker::WaitForProcess() {
+ // Don't wait because the Worker isn't handling messages in a
+ // normal way.
+ return false;
+}
+
} // namespace rtc

Powered by Google App Engine
This is Rietveld 408576698