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

Unified Diff: content/network/cache_url_loader.h

Issue 2874163004: Add support in the network service for different contexts. (Closed)
Patch Set: review comment and clang 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
« no previous file with comments | « content/common/network_service.mojom ('k') | content/network/cache_url_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/network/cache_url_loader.h
diff --git a/content/network/cache_url_loader.h b/content/network/cache_url_loader.h
index f6f7e21e5a78590f3f4dcccf2179b627cb925a2c..a4e15211dff105fd1b2f5fbc2cae170c28d66160 100644
--- a/content/network/cache_url_loader.h
+++ b/content/network/cache_url_loader.h
@@ -14,7 +14,7 @@ class URLRequestContext;
namespace content {
// Creates a URLLoader that responds to developer requests to view the cache.
-void StartCacheURLLoader(const ResourceRequest& request,
+void StartCacheURLLoader(const GURL& url,
net::URLRequestContext* request_context,
mojom::URLLoaderClientPtr client);
« no previous file with comments | « content/common/network_service.mojom ('k') | content/network/cache_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698