| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 29724ec347e0485f6ca6d48ab248b5cee06dba9d..b0982c54c769936f334b210963d1ed66a9ca22bd 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -500,8 +500,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| #if defined(ENABLE_INPUT_SPEECH)
|
| channel_->AddFilter(new speech::InputTagSpeechDispatcherHost(
|
| GetID(), browser_context->GetRequestContext(),
|
| - browser_context->GetSpeechRecognitionPreferences(),
|
| - content::BrowserMainLoop::GetAudioManager()));
|
| + browser_context->GetSpeechRecognitionPreferences()));
|
| #endif
|
| channel_->AddFilter(new FileAPIMessageFilter(
|
| GetID(),
|
|
|