| Index: public/platform/WebRTCPeerConnectionHandlerClient.h
|
| diff --git a/public/platform/WebRTCPeerConnectionHandlerClient.h b/public/platform/WebRTCPeerConnectionHandlerClient.h
|
| index 9efd1262a3cba3dda28d9251fdaf0aad102b1bad..54bc6a49b3962e45090b59c88207cd1b1f065a49 100644
|
| --- a/public/platform/WebRTCPeerConnectionHandlerClient.h
|
| +++ b/public/platform/WebRTCPeerConnectionHandlerClient.h
|
| @@ -78,6 +78,7 @@ public:
|
| virtual void didRemoveRemoteStream(const WebMediaStream&) = 0;
|
| virtual void didAddRemoteDataChannel(WebRTCDataChannelHandler*) = 0;
|
| virtual void releasePeerConnectionHandler() = 0;
|
| + virtual void closePeerConnection() { }
|
| };
|
|
|
| } // namespace blink
|
|
|