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

Unified Diff: webrtc/video_engine/vie_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/video_engine/vie_channel.h
diff --git a/webrtc/video_engine/vie_channel.h b/webrtc/video_engine/vie_channel.h
index 39dc4d056feb46acfe0de88d2dd3daad3be9ee1d..38eeaf9e6c10c5b96550d7ba5354ceac4d266966 100644
--- a/webrtc/video_engine/vie_channel.h
+++ b/webrtc/video_engine/vie_channel.h
@@ -258,7 +258,6 @@ class ViEChannel : public VCMFrameTypeCallback,
virtual void OnIncomingCSRCChanged(const int32_t id,
const uint32_t CSRC,
const bool added);
- virtual void ResetStatistics(uint32_t);
int32_t SetRemoteSSRCType(const StreamType usage, const uint32_t SSRC);
@@ -375,7 +374,6 @@ class ViEChannel : public VCMFrameTypeCallback,
void SetRtxSendStatus(bool enable);
void UpdateHistograms();
- void UpdateHistogramsAtStopSend();
// ViEChannel exposes methods that allow to modify observers and callbacks
// to be modified. Such an API-style is cumbersome to implement and maintain

Powered by Google App Engine
This is Rietveld 408576698