Index: webrtc/media/engine/webrtcvoiceengine.h |
diff --git a/webrtc/media/engine/webrtcvoiceengine.h b/webrtc/media/engine/webrtcvoiceengine.h |
index 55655e3887f20f9fa1fc587f9c7795b7fbe0e93a..1e5711601ae63bc5a97b586af8c53c4e98010783 100644 |
--- a/webrtc/media/engine/webrtcvoiceengine.h |
+++ b/webrtc/media/engine/webrtcvoiceengine.h |
@@ -87,13 +87,6 @@ class WebRtcVoiceEngine final : public webrtc::TraceCallback { |
// Stops AEC dump. |
void StopAecDump(); |
- // Starts recording an RtcEventLog using an existing file until 10 minutes |
- // pass or the StopRtcEventLog function is called. |
- bool StartRtcEventLog(rtc::PlatformFile file); |
- |
- // Stops recording the RtcEventLog. |
- void StopRtcEventLog(); |
- |
private: |
void Construct(); |
bool InitInternal(); |