| 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 96ee1301dba4b87a71fe989574a90ce5ecf7e8f1..294a18859f0c199c32569a55b249955c0011e760 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()->GetSpeechCensorPref()));
|
| channel_->AddFilter(
|
| new FileSystemDispatcherHost(browser_context()->GetRequestContext(),
|
| browser_context()->GetFileSystemContext()));
|
|
|