Refactor registerable callbacks for FrameCountObserver from rtp_rtcp module into vie_channel.

R=stefan@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/16839004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6649 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andresp@webrtc.org
2014-07-10 09:39:23 +00:00
parent 5bde66e913
commit 8f1512140e
8 changed files with 34 additions and 56 deletions

View File

@ -373,10 +373,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
void OnRequestSendReport();
virtual void RegisterSendFrameCountObserver(
FrameCountObserver* observer) OVERRIDE;
virtual FrameCountObserver* GetSendFrameCountObserver() const OVERRIDE;
protected:
void RegisterChildModule(RtpRtcp* module);