Chromium Code Reviews

Unified Diff: webrtc/media/engine/webrtcvoiceengine.h

Issue 1748403002: Move RtcEventLog object from inside VoiceEngine to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: More fixes for bots. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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();

Powered by Google App Engine