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

Unified Diff: content/browser/blob_storage/blob_url_loader_factory.h

Issue 2954853002: Use Independent URLLoader
Patch Set: . Created 3 years, 6 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/blob_storage/blob_url_loader_factory.h
diff --git a/content/browser/blob_storage/blob_url_loader_factory.h b/content/browser/blob_storage/blob_url_loader_factory.h
index 35df89368f1a4cb99a8bfa341bc7705f8018346d..648532757623e2bfae62be0baad6e3c9c4f51116 100644
--- a/content/browser/blob_storage/blob_url_loader_factory.h
+++ b/content/browser/blob_storage/blob_url_loader_factory.h
@@ -43,14 +43,14 @@ class BlobURLLoaderFactory
// Note that given |request|'s URL is not referenced, but only method and
// range headers are used.
static void CreateLoaderAndStart(
- mojom::URLLoaderAssociatedRequest url_loader_request,
+ mojom::URLLoaderRequest url_loader_request,
const ResourceRequest& request,
mojom::URLLoaderClientPtr client,
std::unique_ptr<storage::BlobDataHandle> blob_handle,
storage::FileSystemContext* file_system_context);
// mojom::URLLoaderFactory implementation:
- void CreateLoaderAndStart(mojom::URLLoaderAssociatedRequest loader,
+ void CreateLoaderAndStart(mojom::URLLoaderRequest loader,
int32_t routing_id,
int32_t request_id,
uint32_t options,
« no previous file with comments | « content/browser/appcache/appcache_subresource_url_factory.cc ('k') | content/browser/blob_storage/blob_url_loader_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698