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

Unified Diff: webrtc/base/signalthread.h

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.h
diff --git a/webrtc/base/signalthread.h b/webrtc/base/signalthread.h
index befb02fb5befa20377a9502dbef23f53342e406e..c880e791c7cca32087746dc2ed489e7876040250 100644
--- a/webrtc/base/signalthread.h
+++ b/webrtc/base/signalthread.h
@@ -111,6 +111,7 @@ class SignalThread
parent_(parent) {}
~Worker() override;
void Run() override;
+ bool WaitForProcess() override;
private:
SignalThread* parent_;

Powered by Google App Engine
This is Rietveld 408576698