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

Unified Diff: content/child/resource_dispatcher.h

Issue 2597873002: Move URLLoaderClientImpl to a separate file (Closed)
Patch Set: fix Created 4 years 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/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index 48a7f574876cfd9b5cdd6bcc03c981a48ad93ce8..39557b29e31b4a9adc6eca7739ddd4ba0c38df2c 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -50,6 +50,7 @@ struct ResourceResponseHead;
class SharedMemoryReceivedDataFactory;
struct SiteIsolationResponseMetaData;
struct SyncLoadResponse;
+class URLLoaderClientImpl;
namespace mojom {
class URLLoaderFactory;
@@ -192,7 +193,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
// For mojo loading.
mojom::URLLoaderAssociatedPtr url_loader;
- std::unique_ptr<mojom::URLLoaderClient> url_loader_client;
+ std::unique_ptr<URLLoaderClientImpl> url_loader_client;
};
using PendingRequestMap = std::map<int, std::unique_ptr<PendingRequestInfo>>;

Powered by Google App Engine
This is Rietveld 408576698