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

Unified Diff: content/browser/url_loader_factory_getter.cc

Issue 2976323002: Hook up ProfileIOData's URLRequestContext to a NetworkService. (Closed)
Patch Set: X11 is bonkers Created 3 years, 5 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/url_loader_factory_getter.cc
diff --git a/content/browser/url_loader_factory_getter.cc b/content/browser/url_loader_factory_getter.cc
index 67cd6bac5a0ee54c7a7d467025e510fb85becf1f..54335a16f2a8eae5892cd380455bbcb2e86b238d 100644
--- a/content/browser/url_loader_factory_getter.cc
+++ b/content/browser/url_loader_factory_getter.cc
@@ -14,7 +14,7 @@ URLLoaderFactoryGetter::URLLoaderFactoryGetter() {}
void URLLoaderFactoryGetter::Initialize(StoragePartitionImpl* partition) {
mojom::URLLoaderFactoryPtr network_factory;
- partition->network_context()->CreateURLLoaderFactory(
+ partition->GetNetworkContext()->CreateURLLoaderFactory(
MakeRequest(&network_factory), 0);
mojom::URLLoaderFactoryPtr blob_factory;

Powered by Google App Engine
This is Rietveld 408576698