Index: talk/app/webrtc/peerconnection.h |
diff --git a/talk/app/webrtc/peerconnection.h b/talk/app/webrtc/peerconnection.h |
index 6e2b967fb42d95f4293a6706fecddc3a8628f3a7..7f52e1e7a4930ae3fd795475e98d8241589d9979 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 OnFirstPacketReceived(); |
RtpSenderInterface* FindSenderById(const std::string& id); |