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

Unified Diff: content/renderer/media/webrtc/peer_connection_dependency_factory.cc

Issue 1855193002: Move the call to enable the WebRTC event log from PeerConnectionFactory to PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added CONTENT_EXPORT to WebRTCEventLogHost. Created 4 years, 5 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/webrtc/peer_connection_dependency_factory.cc
diff --git a/content/renderer/media/webrtc/peer_connection_dependency_factory.cc b/content/renderer/media/webrtc/peer_connection_dependency_factory.cc
index 631ea1c43d72a1dd49927457722a70ad0497b516..4e9da8b9cf2e5f365791088c51239b312dd123ea 100644
--- a/content/renderer/media/webrtc/peer_connection_dependency_factory.cc
+++ b/content/renderer/media/webrtc/peer_connection_dependency_factory.cc
@@ -453,15 +453,6 @@ PeerConnectionDependencyFactory::CreateIceCandidate(
return webrtc::CreateIceCandidate(sdp_mid, sdp_mline_index, sdp, nullptr);
}
-bool PeerConnectionDependencyFactory::StartRtcEventLog(
- base::PlatformFile file) {
- return GetPcFactory()->StartRtcEventLog(file);
-}
-
-void PeerConnectionDependencyFactory::StopRtcEventLog() {
- GetPcFactory()->StopRtcEventLog();
-}
-
WebRtcAudioDeviceImpl*
PeerConnectionDependencyFactory::GetWebRtcAudioDevice() {
DCHECK(CalledOnValidThread());
« no previous file with comments | « content/renderer/media/webrtc/peer_connection_dependency_factory.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698