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

Unified Diff: content/browser/loader/navigation_url_loader_network_service.h

Issue 2874163004: Add support in the network service for different contexts. (Closed)
Patch Set: fixes Created 3 years, 7 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/loader/navigation_url_loader_network_service.h
diff --git a/content/browser/loader/navigation_url_loader_network_service.h b/content/browser/loader/navigation_url_loader_network_service.h
index 30196ee69a75d22b547e85b7bdf2780c1ccc49dd..23c76fbb1f5d3f4fd5090beb1f6dd2176f644f43 100644
--- a/content/browser/loader/navigation_url_loader_network_service.h
+++ b/content/browser/loader/navigation_url_loader_network_service.h
@@ -23,6 +23,7 @@ namespace content {
class ResourceContext;
class NavigationPostDataHandler;
+class StoragePartitionImpl;
// This is an implementation of NavigationURLLoader used when
// --enable-network-service is used.
@@ -78,6 +79,7 @@ class NavigationURLLoaderNetworkService : public NavigationURLLoader,
NavigationURLLoaderDelegate* delegate_;
mojo::Binding<mojom::URLLoaderClient> binding_;
+ StoragePartitionImpl* storage_partition_;
std::unique_ptr<NavigationRequestInfo> request_info_;
mojom::URLLoaderAssociatedPtr url_loader_associated_ptr_;
scoped_refptr<ResourceResponse> response_;
« no previous file with comments | « no previous file | content/browser/loader/navigation_url_loader_network_service.cc » ('j') | content/common/network_service.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698