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..da54ce44a8f05f5816ea05a7776f1906ef5f5d80 100644 |
--- a/content/renderer/media/rtc_peer_connection_handler.h |
+++ b/content/renderer/media/rtc_peer_connection_handler.h |
@@ -165,7 +165,8 @@ class CONTENT_EXPORT RTCPeerConnectionHandler |
blink::WebMediaStreamSource::Type track_type); |
// Tells the |client_| to close RTCPeerConnection. |
- void CloseClientPeerConnection(); |
+ // Make it virtual for testing purpose. |
+ virtual void CloseClientPeerConnection(); |
// Start recording an event log. |
void StartEventLog(IPC::PlatformFileForTransit file, |