| 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 be30e9224fa33f37b4dbcc3cf2dda7b30298308a..569c36c011dde7d0d2ac57785becf00f5e0d9fff 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -94,7 +94,6 @@
|
| #include "content/browser/service_worker/service_worker_dispatcher_host.h"
|
| #include "content/browser/shared_worker/shared_worker_message_filter.h"
|
| #include "content/browser/shared_worker/worker_storage_partition.h"
|
| -#include "content/browser/speech/speech_recognition_dispatcher_host.h"
|
| #include "content/browser/storage_partition_impl.h"
|
| #include "content/browser/streams/stream_context.h"
|
| #include "content/browser/tracing/trace_message_filter.h"
|
| @@ -767,8 +766,6 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| #if defined(ENABLE_PLUGINS)
|
| AddFilter(new PepperRendererConnection(GetID()));
|
| #endif
|
| - AddFilter(new SpeechRecognitionDispatcherHost(
|
| - GetID(), storage_partition_impl_->GetURLRequestContext()));
|
| AddFilter(new FileAPIMessageFilter(
|
| GetID(),
|
| storage_partition_impl_->GetURLRequestContext(),
|
|
|