| 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 d58f2444a3c0e6f884167437845d72f9485685a9..b925d91f5043937161b6326525e0669779bc894a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -99,7 +99,6 @@
|
| #include "content/browser/service_worker/service_worker_context_wrapper.h"
|
| #include "content/browser/service_worker/service_worker_dispatcher_host.h"
|
| #include "content/browser/shared_worker/shared_worker_message_filter.h"
|
| -#include "content/browser/speech/input_tag_speech_dispatcher_host.h"
|
| #include "content/browser/speech/speech_recognition_dispatcher_host.h"
|
| #include "content/browser/storage_partition_impl.h"
|
| #include "content/browser/streams/stream_context.h"
|
| @@ -724,10 +723,6 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| #if defined(ENABLE_PLUGINS)
|
| AddFilter(new PepperRendererConnection(GetID()));
|
| #endif
|
| -#if defined(ENABLE_INPUT_SPEECH)
|
| - AddFilter(new InputTagSpeechDispatcherHost(
|
| - IsGuest(), GetID(), storage_partition_impl_->GetURLRequestContext()));
|
| -#endif
|
| AddFilter(new SpeechRecognitionDispatcherHost(
|
| IsGuest(), GetID(), storage_partition_impl_->GetURLRequestContext()));
|
| AddFilter(new FileAPIMessageFilter(
|
|
|