| Index: talk/session/media/channelmanager.h
|
| diff --git a/talk/session/media/channelmanager.h b/talk/session/media/channelmanager.h
|
| index 241766245214b08231798c8406cb41ae9d9c544a..f1e80198bffccee2ee883a42bd6b4b6194a88f60 100644
|
| --- a/talk/session/media/channelmanager.h
|
| +++ b/talk/session/media/channelmanager.h
|
| @@ -170,6 +170,9 @@ class ChannelManager : public rtc::MessageHandler,
|
| // Starts AEC dump using existing file.
|
| bool StartAecDump(rtc::PlatformFile file);
|
|
|
| + // Same as above, but with a specified maximum file size in bytes.
|
| + bool StartAecDump(rtc::PlatformFile file, int max_size_bytes);
|
| +
|
| // Starts RtcEventLog using existing file.
|
| bool StartRtcEventLog(rtc::PlatformFile file);
|
|
|
|
|