Index: talk/app/webrtc/peerconnectioninterface.h |
diff --git a/talk/app/webrtc/peerconnectioninterface.h b/talk/app/webrtc/peerconnectioninterface.h |
index f61f2f6c5c10a5629e3647ce76a374f67448af23..5a2b1416c35d40166982c88a387c5f6af347c351 100644 |
--- a/talk/app/webrtc/peerconnectioninterface.h |
+++ b/talk/app/webrtc/peerconnectioninterface.h |
@@ -619,6 +619,9 @@ class PeerConnectionFactoryInterface : public rtc::RefCountInterface { |
// http://crbug.com/264611. |
virtual bool StartAecDump(rtc::PlatformFile file) = 0; |
+ // Stops logging the AEC dump. |
+ virtual void StopAecDump() = 0; |
+ |
// Starts RtcEventLog using existing file. Takes ownership of |file| and |
// passes it on to VoiceEngine, which will take the ownership. If the |
// operation fails the file will be closed. The logging will stop |