| Index: webrtc/api/statscollector.h
|
| diff --git a/webrtc/api/statscollector.h b/webrtc/api/statscollector.h
|
| index 37572799fe68fcb33bc0a4bc90458604e1db318f..8c359e48c45ef2416e9698db7c743b6a58da2e64 100644
|
| --- a/webrtc/api/statscollector.h
|
| +++ b/webrtc/api/statscollector.h
|
| @@ -113,6 +113,7 @@ class StatsCollector {
|
| void ExtractSessionInfo();
|
| void ExtractVoiceInfo();
|
| void ExtractVideoInfo(PeerConnectionInterface::StatsOutputLevel level);
|
| + void ExtractSenderInfo();
|
| void BuildSsrcToTransportId();
|
| webrtc::StatsReport* GetReport(const StatsReport::StatsType& type,
|
| const std::string& id,
|
|
|