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