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

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

Issue 2715423003: [Mojo-Loading] Use independent URLLoaderClient (Closed)
Patch Set: fix Created 3 years, 10 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/resource_request_info_impl.h
diff --git a/content/browser/loader/resource_request_info_impl.h b/content/browser/loader/resource_request_info_impl.h
index c210d83154d2b48b74f06ca7b0279676155d05a6..e42630defb65c1f8a20b9b460ef5786d1b97dd43 100644
--- a/content/browser/loader/resource_request_info_impl.h
+++ b/content/browser/loader/resource_request_info_impl.h
@@ -37,7 +37,7 @@ class ResourceRequestInfoImpl : public ResourceRequestInfo,
public:
using TransferCallback =
base::Callback<void(mojom::URLLoaderAssociatedRequest,
- mojom::URLLoaderClientAssociatedPtr)>;
+ mojom::URLLoaderClientPtr)>;
// Returns the ResourceRequestInfoImpl associated with the given URLRequest.
CONTENT_EXPORT static ResourceRequestInfoImpl* ForRequest(
@@ -126,7 +126,7 @@ class ResourceRequestInfoImpl : public ResourceRequestInfo,
int request_id,
ResourceRequesterInfo* requester_info,
mojom::URLLoaderAssociatedRequest url_loader_request,
- mojom::URLLoaderClientAssociatedPtr url_loader_client);
+ mojom::URLLoaderClientPtr url_loader_client);
// Whether this request is part of a navigation that should replace the
// current session history entry. This state is shuffled up and down the stack

Powered by Google App Engine
This is Rietveld 408576698