Index: talk/app/webrtc/peerconnectioninterface.h |
diff --git a/talk/app/webrtc/peerconnectioninterface.h b/talk/app/webrtc/peerconnectioninterface.h |
index 799ca150e2ef3100cb76ab11deb79263941db3c4..154f8cf0cd7786bf9e626be151859fdb14b98894 100644 |
--- a/talk/app/webrtc/peerconnectioninterface.h |
+++ b/talk/app/webrtc/peerconnectioninterface.h |
@@ -338,8 +338,10 @@ class PeerConnectionInterface : public rtc::RefCountInterface { |
// TODO(deadbeef): Make these pure virtual once all subclasses implement them. |
// |kind| must be "audio" or "video". |
+ // |stream| is optional, and only used to populate the msid. |
virtual rtc::scoped_refptr<RtpSenderInterface> CreateSender( |
- const std::string& kind) { |
+ const std::string& kind, |
+ MediaStreamInterface* stream) { |
return rtc::scoped_refptr<RtpSenderInterface>(); |
} |