Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2578)

Unified Diff: content/renderer/media/rtc_peer_connection_handler.h

Issue 2263373003: Android: move peerconnection out of power observer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/media/peer_connection_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/renderer/media/peer_connection_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698