Index: webrtc/pc/channelmanager.h |
diff --git a/webrtc/pc/channelmanager.h b/webrtc/pc/channelmanager.h |
index 34188e6e58ddedf36adac6f282efde922ddf1d05..c6a67dfb0746dbfb931112003f83884031f73add 100644 |
--- a/webrtc/pc/channelmanager.h |
+++ b/webrtc/pc/channelmanager.h |
@@ -138,12 +138,6 @@ class ChannelManager { |
// Stops recording AEC dump. |
void StopAecDump(); |
- // Starts RtcEventLog using existing file. |
- bool StartRtcEventLog(rtc::PlatformFile file, int64_t max_size_bytes); |
- |
- // Stops logging RtcEventLog. |
- void StopRtcEventLog(); |
- |
private: |
typedef std::vector<VoiceChannel*> VoiceChannels; |
typedef std::vector<VideoChannel*> VideoChannels; |