| 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 5cef5dac45cbab0edf98b81010fa9b1f01733009..2f26a7324f43a18604553f3be8257b5d242e7d66 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(),
|
|
|