| 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 94a6ae75e03b223261f7579db38a67bdb76274d2..5a671a2dd2850bd02c6b541b1597244e0135cec6 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -921,6 +921,8 @@ void ChromeContentBrowserClient::RenderProcessWillLaunch(
|
| #if defined(ENABLE_WEBRTC)
|
| WebRtcLoggingHandlerHost* webrtc_logging_handler_host =
|
| new WebRtcLoggingHandlerHost(profile);
|
| + host->SetWebRtcLogMessageCallback(base::Bind(
|
| + &WebRtcLoggingHandlerHost::LogMessage, webrtc_logging_handler_host));
|
| host->AddFilter(webrtc_logging_handler_host);
|
| host->SetUserData(host, new base::UserDataAdapter<WebRtcLoggingHandlerHost>(
|
| webrtc_logging_handler_host));
|
|
|