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