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. |