Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: trunk/src/content/browser/renderer_host/render_process_host_impl.cc

Issue 23551005: Revert 219709 "Remove the Extensions URLRequestContext." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « trunk/src/content/browser/renderer_host/render_message_filter.cc ('k') | trunk/src/content/browser/storage_partition_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698