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

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: add a unittest 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
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,

Powered by Google App Engine
This is Rietveld 408576698