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

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

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile gdi. 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: 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 36acbd9fb1d5e7f7adc17520e5047817fcc1854f..5b7b2099e621d1aa5da08bdd1911a9c11160e93a 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,

Powered by Google App Engine
This is Rietveld 408576698