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

Unified Diff: content/browser/webui/web_ui_url_loader_factory.cc

Issue 2976323002: Hook up ProfileIOData's URLRequestContext to a NetworkService. (Closed)
Patch Set: Response to comments 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
« no previous file with comments | « content/browser/url_loader_factory_getter.cc ('k') | content/network/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/web_ui_url_loader_factory.cc
diff --git a/content/browser/webui/web_ui_url_loader_factory.cc b/content/browser/webui/web_ui_url_loader_factory.cc
index 99bc1b30899315efd42bb003cd921af44688c9e7..4677cdd898dc7626462e21024a8ec832a40198f8 100644
--- a/content/browser/webui/web_ui_url_loader_factory.cc
+++ b/content/browser/webui/web_ui_url_loader_factory.cc
@@ -234,7 +234,7 @@ class WebUIURLLoaderFactory : public mojom::URLLoaderFactory,
traffic_annotation) override {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
if (request.url.host_piece() == kChromeUINetworkViewCacheHost) {
- storage_partition_->network_context()->HandleViewCacheRequest(
+ storage_partition_->GetNetworkContext()->HandleViewCacheRequest(
request.url, std::move(client));
return;
}
« no previous file with comments | « content/browser/url_loader_factory_getter.cc ('k') | content/network/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698