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

Unified Diff: webrtc/base/signalthread.cc

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.cc
diff --git a/webrtc/base/signalthread.cc b/webrtc/base/signalthread.cc
index 81c1383c3dda0151cbd03b2a76fb67298e3974c0..40df02f7b5cc9fd244c418130605b3cca8a78b33 100644
--- a/webrtc/base/signalthread.cc
+++ b/webrtc/base/signalthread.cc
@@ -147,4 +147,8 @@ void SignalThread::OnMainThreadDestroyed() {
main_ = NULL;
}
+bool SignalThread::Worker::IsProcessingMessages() {
+ return false;
+}
+
} // namespace rtc

Powered by Google App Engine
This is Rietveld 408576698