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

Unified Diff: talk/app/webrtc/test/fakeaudiocapturemodule.h

Issue 1236023010: In PeerConnectionTestWrapper, put audio input on a separate thread. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixing potential deadlock in FakeAudioCaptureModule, caused by unnecessary call to Thread::Send Created 5 years, 5 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: talk/app/webrtc/test/fakeaudiocapturemodule.h
diff --git a/talk/app/webrtc/test/fakeaudiocapturemodule.h b/talk/app/webrtc/test/fakeaudiocapturemodule.h
index 8ff4aa19e7552eea7a0520bf6f4907ce865a081c..2f74e3da7bda41dfb1135ed12713e1fd07ebe057 100644
--- a/talk/app/webrtc/test/fakeaudiocapturemodule.h
+++ b/talk/app/webrtc/test/fakeaudiocapturemodule.h
@@ -239,8 +239,6 @@ class FakeAudioCaptureModule
void ReceiveFrameP();
// Pushes frames to the registered webrtc::AudioTransport.
void SendFrameP();
- // Stops the periodic calling of ProcessFrame() in a thread safe way.
- void StopProcessP();
// The time in milliseconds when Process() was last called or 0 if no call
// has been made.

Powered by Google App Engine
This is Rietveld 408576698