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

Unified Diff: webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h

Issue 2705613002: Rename some variables and methods in RTC event log. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | webrtc/logging/rtc_event_log/rtc_event_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h
diff --git a/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h b/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h
index a47aa65cc8986fa8968787e319b68ecae02c2da9..7366c2947bb1a90b688f8758c5594d2d7b3a112a 100644
--- a/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h
+++ b/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h
@@ -54,13 +54,13 @@ class MockRtcEventLog : public RtcEventLog {
MOCK_METHOD1(LogAudioPlayout, void(uint32_t ssrc));
- MOCK_METHOD3(LogBwePacketLossEvent,
- void(int32_t bitrate,
+ MOCK_METHOD3(LogLossBasedBweUpdate,
+ void(int32_t bitrate_bps,
uint8_t fraction_loss,
int32_t total_packets));
- MOCK_METHOD2(LogBwePacketDelayEvent,
- void(int32_t bitrate, BandwidthUsage detector_state));
+ MOCK_METHOD2(LogDelayBasedBweUpdate,
+ void(int32_t bitrate_bps, BandwidthUsage detector_state));
MOCK_METHOD1(LogAudioNetworkAdaptation,
void(const AudioNetworkAdaptor::EncoderRuntimeConfig& config));
« no previous file with comments | « no previous file | webrtc/logging/rtc_event_log/rtc_event_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698