| Index: webrtc/api/peerconnection.h
|
| diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h
|
| index 740958528dacbb0737bc20bb0bc0667f36d6357a..f444eb7294f29e0cb8b4380e4d637e5069e303f3 100644
|
| --- a/webrtc/api/peerconnection.h
|
| +++ b/webrtc/api/peerconnection.h
|
| @@ -143,6 +143,8 @@ class PeerConnection : public PeerConnectionInterface,
|
|
|
| void Close() override;
|
|
|
| + sigslot::signal1<DataChannel*> SignalDataChannelCreated;
|
| +
|
| // Virtual for unit tests.
|
| virtual const std::vector<rtc::scoped_refptr<DataChannel>>&
|
| sctp_data_channels() const {
|
|
|