| Index: content/browser/renderer_host/browser_render_process_host.cc
|
| diff --git a/content/browser/renderer_host/browser_render_process_host.cc b/content/browser/renderer_host/browser_render_process_host.cc
|
| index d802c315c9218bcc6a66513ac3eecf685c7c0dc1..87aa9aae31999b1613ce36efe97bf9fa76ee964d 100644
|
| --- a/content/browser/renderer_host/browser_render_process_host.cc
|
| +++ b/content/browser/renderer_host/browser_render_process_host.cc
|
| @@ -381,7 +381,9 @@ void BrowserRenderProcessHost::CreateMessageFilters() {
|
| channel_->AddFilter(new PepperFileMessageFilter(id(), browser_context()));
|
| channel_->AddFilter(
|
| new PepperMessageFilter(&browser_context()->GetResourceContext()));
|
| - channel_->AddFilter(new speech_input::SpeechInputDispatcherHost(id()));
|
| + channel_->AddFilter(new speech_input::SpeechInputDispatcherHost(
|
| + id(), browser_context()->GetRequestContext(),
|
| + browser_context()->GetSpeechInputPreferences()));
|
| channel_->AddFilter(
|
| new FileSystemDispatcherHost(browser_context()->GetRequestContext(),
|
| browser_context()->GetFileSystemContext()));
|
|
|