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 0c75bb8ac0d7b0650f94d7fd9b8171414cbf6515..48409a8a730c6515b557487862c5e001b7001a04 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -98,7 +98,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" |
@@ -776,8 +775,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(), |