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

Unified Diff: webrtc/pc/channelmanager.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/pc/channelmanager.h
diff --git a/webrtc/pc/channelmanager.h b/webrtc/pc/channelmanager.h
index bd1bc2f46985ecd37794507a3ddf08c78aaebdce..97ab027cb67819f1aa6b7b4667269d84d606c051 100644
--- a/webrtc/pc/channelmanager.h
+++ b/webrtc/pc/channelmanager.h
@@ -155,12 +155,6 @@ class ChannelManager : public rtc::MessageHandler,
// Stops recording AEC dump.
void StopAecDump();
- // Starts RtcEventLog using existing file.
- bool StartRtcEventLog(rtc::PlatformFile file);
-
- // Stops logging RtcEventLog.
- void StopRtcEventLog();
-
sigslot::signal2<VideoCapturer*, CaptureState> SignalVideoCaptureStateChange;
private:

Powered by Google App Engine
This is Rietveld 408576698