| 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 64e0192d6ed70a1d8dac7b9c03b45ae6951b2b02..90107c2d3786efaa219c85bf59bb718eb8e175b5 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -923,6 +923,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));
|
|
|