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

Unified Diff: content/child/web_url_loader_impl.h

Issue 2449933003: Use Associated interfaces for mojo-loading (Closed)
Patch Set: fix Created 4 years, 1 month 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/web_url_loader_impl.h
diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
index f961faf79abb647f157992a0075cc59d72e4da58..a5b5fa64e0558c5b2d807bceb0facfbadf00e4f0 100644
--- a/content/child/web_url_loader_impl.h
+++ b/content/child/web_url_loader_impl.h
@@ -20,6 +20,10 @@ class SingleThreadTaskRunner;
} // namespace base
+namespace mojo {
+class AssociatedGroup;
+} // namespace mojo
+
namespace content {
class ResourceDispatcher;
@@ -44,7 +48,8 @@ class CONTENT_EXPORT WebURLLoaderImpl
// Takes ownership of |web_task_runner|.
WebURLLoaderImpl(ResourceDispatcher* resource_dispatcher,
- mojom::URLLoaderFactory* url_loader_factory);
+ mojom::URLLoaderFactory* url_loader_factory,
+ mojo::AssociatedGroup* associated_group);
~WebURLLoaderImpl() override;
static void PopulateURLResponse(const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698