Chromium Code Reviews

Unified Diff: webrtc/pc/channel.h

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Add a Java level test. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/pc/channel.h
diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h
index 48259e5fd9d7732b94c4deaa817265edf5b85b59..a5423a4748599212eb53f311e395152d48ef6127 100644
--- a/webrtc/pc/channel.h
+++ b/webrtc/pc/channel.h
@@ -470,6 +470,7 @@ class VoiceChannel : public BaseChannel {
bool GetStats(VoiceMediaInfo* stats);
std::vector<webrtc::RtpSource> GetSources(uint32_t ssrc) const;
+ std::vector<webrtc::RtpSource> GetSources_w(uint32_t ssrc) const;
// Monitoring functions
sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo>&>

Powered by Google App Engine