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 ae173abeb4f6183e0419386500cdd5303bbba15a..706811867f5b27224de0873c227ce7471e0cba68 100644 |
--- a/content/renderer/media/rtc_peer_connection_handler.h |
+++ b/content/renderer/media/rtc_peer_connection_handler.h |
@@ -165,7 +165,7 @@ class CONTENT_EXPORT RTCPeerConnectionHandler |
blink::WebMediaStreamSource::Type track_type); |
// Tells the |client_| to close RTCPeerConnection. |
- void CloseClientPeerConnection(); |
+ virtual void CloseClientPeerConnection(); |
tommi (sloooow) - chröme
2016/08/29 13:30:30
nit: add a comment that the methods is virtual for
|
// Start recording an event log. |
void StartEventLog(IPC::PlatformFileForTransit file, |