| 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 952054611555fdca5173d97a2cbcf2802b42775b..10c78e5857088c05d420cafb69ecf35aca8ec1b0 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -536,8 +536,10 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| #if defined(ENABLE_WEBRTC)
|
| channel_->AddFilter(new MediaStreamDispatcherHost(GetID()));
|
| #endif
|
| +#if defined(ENABLE_PLUGINS)
|
| channel_->AddFilter(new PepperMessageFilter(PepperMessageFilter::RENDERER,
|
| GetID(), browser_context));
|
| +#endif
|
| #if defined(ENABLE_INPUT_SPEECH)
|
| channel_->AddFilter(new InputTagSpeechDispatcherHost(
|
| IsGuest(), GetID(), storage_partition_impl_->GetURLRequestContext(),
|
|
|