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 a9ea4d9f6b27d7f16168eb623d372fe496b0285a..4262e786a1374a2e04d322670417c5ef9f747ff8 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -593,7 +593,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, |