Index: talk/session/media/channelmanager.h |
diff --git a/talk/session/media/channelmanager.h b/talk/session/media/channelmanager.h |
index f69bf9a2935c2a25bca79a555e2e3e49a4118031..2bc516bfaa36edfdb075795be10cec74583d1a7b 100644 |
--- a/talk/session/media/channelmanager.h |
+++ b/talk/session/media/channelmanager.h |
@@ -162,10 +162,8 @@ |
// The operations below occur on the main thread. |
- // Starts AEC dump using existing file, with a specified maximum file size in |
- // bytes. When the limit is reached, logging will stop and the file will be |
- // closed. If max_size_bytes is set to <= 0, no limit will be used. |
- bool StartAecDump(rtc::PlatformFile file, int64_t max_size_bytes); |
+ // Starts AEC dump using existing file. |
+ bool StartAecDump(rtc::PlatformFile file); |
// Stops recording AEC dump. |
void StopAecDump(); |