Index: webrtc/media/engine/webrtcvoiceengine.h |
diff --git a/webrtc/media/engine/webrtcvoiceengine.h b/webrtc/media/engine/webrtcvoiceengine.h |
index c9798cbc9567a5f32193a38661c9f80df340e390..a84d99856e77d7f1a271901ba7f2c02c437e0e83 100644 |
--- a/webrtc/media/engine/webrtcvoiceengine.h |
+++ b/webrtc/media/engine/webrtcvoiceengine.h |
@@ -88,13 +88,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(); |