Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1369)

Unified Diff: webrtc/call/mock/mock_rtc_event_log.h

Issue 1748403002: Move RtcEventLog object from inside VoiceEngine to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: More fixes for bots. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/call/mock/mock_rtc_event_log.h
diff --git a/webrtc/call/mock/mock_rtc_event_log.h b/webrtc/call/mock/mock_rtc_event_log.h
index f523105d0e40d666c033b0f24b8dc4953f608b17..19aa20077df89fe5c5a70d6405aa107a49fa668b 100644
--- a/webrtc/call/mock/mock_rtc_event_log.h
+++ b/webrtc/call/mock/mock_rtc_event_log.h
@@ -26,7 +26,8 @@ class MockRtcEventLog : public RtcEventLog {
MOCK_METHOD2(StartLogging,
void(const std::string& file_name, int duration_ms));
- MOCK_METHOD1(StartLogging, bool(rtc::PlatformFile log_file));
+ MOCK_METHOD2(StartLogging,
+ bool(rtc::PlatformFile log_file, int64_t max_size_bytes));
MOCK_METHOD0(StopLogging, void());

Powered by Google App Engine
This is Rietveld 408576698