| 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:
|
|
|