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

Unified Diff: chrome/browser/chrome_content_browser_client.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: Removed content/public/ interface, used RenderProcessHost instead. Created 4 years, 7 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 | « no previous file | chrome/browser/media/DEPS » ('j') | chrome/browser/media/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 9bd60b90ca886b87469ed21dcf24a24ace4a3586..67b59c7b5d9bc7d1e48b7f479146181e1ba45bbb 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -969,7 +969,7 @@ void ChromeContentBrowserClient::RenderProcessWillLaunch(
audio_debug_recordings_handler));
WebRtcEventLogHandler* webrtc_event_log_handler =
- new WebRtcEventLogHandler(profile);
+ new WebRtcEventLogHandler(id, profile);
host->SetUserData(WebRtcEventLogHandler::kWebRtcEventLogHandlerKey,
new base::UserDataAdapter<WebRtcEventLogHandler>(
webrtc_event_log_handler));
« no previous file with comments | « no previous file | chrome/browser/media/DEPS » ('j') | chrome/browser/media/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698