| Index: talk/app/webrtc/peerconnection.h
|
| diff --git a/talk/app/webrtc/peerconnection.h b/talk/app/webrtc/peerconnection.h
|
| index 6e2b967fb42d95f4293a6706fecddc3a8628f3a7..440455dc11211d831e1a643969b6b7ac3ba16491 100644
|
| --- a/talk/app/webrtc/peerconnection.h
|
| +++ b/talk/app/webrtc/peerconnection.h
|
| @@ -321,6 +321,7 @@ class PeerConnection : public PeerConnectionInterface,
|
| // webrtc::DataChannel should be opened.
|
| void OnDataChannelOpenMessage(const std::string& label,
|
| const InternalDataChannelInit& config);
|
| + void OnFirstMediaPacketReceived();
|
|
|
| RtpSenderInterface* FindSenderById(const std::string& id);
|
|
|
|
|