| 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 f02f5b11bb0a7be9608d80f3afba7d6ea02805ae..ed47da7ae7c1395bb7e1e4fa237999c5962fe41e 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -114,7 +114,7 @@
|
| #endif
|
|
|
| #if defined(ENABLE_INPUT_SPEECH)
|
| -#include "content/browser/speech/speech_input_dispatcher_host.h"
|
| +#include "content/browser/speech/input_tag_speech_dispatcher_host.h"
|
| #endif
|
|
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| @@ -493,9 +493,9 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| channel_->AddFilter(new PepperMessageFilter(PepperMessageFilter::RENDERER,
|
| GetID(), resource_context));
|
| #if defined(ENABLE_INPUT_SPEECH)
|
| - channel_->AddFilter(new speech_input::SpeechInputDispatcherHost(
|
| + channel_->AddFilter(new speech::InputTagSpeechDispatcherHost(
|
| GetID(), browser_context->GetRequestContext(),
|
| - browser_context->GetSpeechInputPreferences(),
|
| + browser_context->GetSpeechRecognitionPreferences(),
|
| content::BrowserMainLoop::GetAudioManager()));
|
| #endif
|
| channel_->AddFilter(new FileAPIMessageFilter(
|
|
|