Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

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: Undid unneccessary changes to rtp_rtcp module. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698