Index: trunk/src/content/browser/renderer_host/render_process_host_impl.cc |
=================================================================== |
--- trunk/src/content/browser/renderer_host/render_process_host_impl.cc (revision 219785) |
+++ trunk/src/content/browser/renderer_host/render_process_host_impl.cc (working copy) |
@@ -554,8 +554,7 @@ |
NULL, |
#endif |
GetBrowserContext(), |
- storage_partition_impl_->GetURLRequestContext(), |
- storage_partition_impl_->GetCookieStoreMap(), |
+ GetBrowserContext()->GetRequestContextForRenderProcess(GetID()), |
widget_helper_.get(), |
audio_manager, |
media_internals, |