| 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 f22ba7f05bc2469e0b834aa6857fdbd61d6d70ea..eebd323854320b0bcdd1e95ffc693805d5e5b30f 100644
 | 
| --- a/content/browser/renderer_host/render_process_host_impl.cc
 | 
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
 | 
| @@ -497,7 +497,7 @@ void RenderProcessHostImpl::CreateMessageFilters() {
 | 
|  #endif
 | 
|    channel_->AddFilter(new PepperFileMessageFilter(GetID(), browser_context));
 | 
|    channel_->AddFilter(new PepperMessageFilter(PepperMessageFilter::RENDERER,
 | 
| -                                              GetID(), resource_context));
 | 
| +                                              GetID(), browser_context));
 | 
|  #if defined(ENABLE_INPUT_SPEECH)
 | 
|    channel_->AddFilter(new speech::InputTagSpeechDispatcherHost(
 | 
|        GetID(), browser_context->GetRequestContext(),
 | 
| 
 |