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

Unified Diff: webrtc/voice_engine/channel.h

Issue 1213603002: Remove ResetStatistics from RTP feedback. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove more data counter resetting. Created 5 years, 6 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/voice_engine/channel.h
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
index bb9ded9f05ba4928445adeb2715e7a37583fc382..398087eefb481a0cd96624b6b086c3d9c0acbe58 100644
--- a/webrtc/voice_engine/channel.h
+++ b/webrtc/voice_engine/channel.h
@@ -368,7 +368,6 @@ public:
uint32_t rate) override;
void OnIncomingSSRCChanged(int32_t id, uint32_t ssrc) override;
void OnIncomingCSRCChanged(int32_t id, uint32_t CSRC, bool added) override;
- void ResetStatistics(uint32_t ssrc) override;
// From RtpAudioFeedback in the RTP/RTCP module
void OnPlayTelephoneEvent(int32_t id,

Powered by Google App Engine
This is Rietveld 408576698