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

Unified Diff: webrtc/base/signalthread.h

Issue 2680233002: Use fake clock in some more networks tests. (Closed)
Patch Set: Review 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..2e83eff4cde49a6d84b18d02a5cc503cc1504d55 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 IsProcessingMessages() override;
private:
SignalThread* parent_;

Powered by Google App Engine
This is Rietveld 408576698