| Index: webrtc/pc/channelmanager.h
|
| diff --git a/webrtc/pc/channelmanager.h b/webrtc/pc/channelmanager.h
|
| index 72a2f056b5a4c0b6bb797f1a5792f575bb8a9ee3..39cc0b39d78f301b4dad91c0dd6d5e1dbfb0611b 100644
|
| --- a/webrtc/pc/channelmanager.h
|
| +++ b/webrtc/pc/channelmanager.h
|
| @@ -126,7 +126,7 @@ class ChannelManager {
|
| void StopAecDump();
|
|
|
| // Starts RtcEventLog using existing file.
|
| - bool StartRtcEventLog(rtc::PlatformFile file);
|
| + bool StartRtcEventLog(rtc::PlatformFile file, int64_t max_size_bytes);
|
|
|
| // Stops logging RtcEventLog.
|
| void StopRtcEventLog();
|
|
|