| Index: talk/app/webrtc/peerconnectioninterface.h
|
| diff --git a/talk/app/webrtc/peerconnectioninterface.h b/talk/app/webrtc/peerconnectioninterface.h
|
| index 42b5ae0907ed964b60bd9097b9e2daec3f3c9d80..e449dc4721b67121e250c641f11e2a7830962cc5 100644
|
| --- a/talk/app/webrtc/peerconnectioninterface.h
|
| +++ b/talk/app/webrtc/peerconnectioninterface.h
|
| @@ -501,9 +501,6 @@
|
| // Called when the ICE connection receiving status changes.
|
| virtual void OnIceConnectionReceivingChange(bool receiving) {}
|
|
|
| - // Called when the first RTP packet is received.
|
| - virtual void OnFirstMediaPacketReceived() {}
|
| -
|
| protected:
|
| // Dtor protected as objects shouldn't be deleted via this interface.
|
| ~PeerConnectionObserver() {}
|
|
|