| Index: content/renderer/media/rtc_peer_connection_handler.h
|
| diff --git a/content/renderer/media/rtc_peer_connection_handler.h b/content/renderer/media/rtc_peer_connection_handler.h
|
| index ec5f77576269f943aebc67f4c689e2f7f4552ba7..2a440f1e439040009d5699d5c0d76ec723e45025 100644
|
| --- a/content/renderer/media/rtc_peer_connection_handler.h
|
| +++ b/content/renderer/media/rtc_peer_connection_handler.h
|
| @@ -185,6 +185,9 @@ class CONTENT_EXPORT RTCPeerConnectionHandler
|
| webrtc::MediaStreamTrackInterface* track,
|
| webrtc::PeerConnectionInterface::StatsOutputLevel level);
|
|
|
| + // Tells the |client_| to close RTCPeerConnection.
|
| + void CloseClientPeerConnection();
|
| +
|
| PeerConnectionTracker* peer_connection_tracker();
|
|
|
| protected:
|
|
|