| 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 b3f02483f793778f18d730d97ef13280d99fe5b9..e3a8c85d9dee0a0de15b233c1480df156f8d0464 100644 | 
| --- a/content/browser/renderer_host/render_process_host_impl.cc | 
| +++ b/content/browser/renderer_host/render_process_host_impl.cc | 
| @@ -596,7 +596,8 @@ void RenderProcessHostImpl::CreateMessageFilters() { | 
| NULL, | 
| #endif | 
| GetBrowserContext(), | 
| -          GetBrowserContext()->GetRequestContextForRenderProcess(GetID()), | 
| +          storage_partition_impl_->GetURLRequestContext(), | 
| +          storage_partition_impl_->GetCookieStoreMap(), | 
| widget_helper_.get(), | 
| audio_manager, | 
| media_internals, | 
|  |