Remove the deprecated GetStats method from PeerConnectionInterface.
R=fischman@webrtc.org, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8879004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5634 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -74,8 +74,6 @@ class PeerConnection : public PeerConnectionInterface,
|
||||
virtual talk_base::scoped_refptr<DataChannelInterface> CreateDataChannel(
|
||||
const std::string& label,
|
||||
const DataChannelInit* config);
|
||||
virtual bool GetStats(StatsObserver* observer,
|
||||
webrtc::MediaStreamTrackInterface* track);
|
||||
virtual bool GetStats(StatsObserver* observer,
|
||||
webrtc::MediaStreamTrackInterface* track,
|
||||
StatsOutputLevel level);
|
||||
|
||||
Reference in New Issue
Block a user