| 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 0da0a1e9c0b3e8f76d05b3e3ef5d877147179a23..20802b9f3e713b82df88e70d9cbdf66bbfaf2374 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -919,6 +919,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));
|
|
|