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

Unified Diff: content/child/url_loader_client_impl.h

Issue 2695333002: Mojo C++ bindings: remove usage of AssociatedGroup from content/ (Closed)
Patch Set: . 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
« no previous file with comments | « content/child/resource_dispatcher_unittest.cc ('k') | content/child/url_loader_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/url_loader_client_impl.h
diff --git a/content/child/url_loader_client_impl.h b/content/child/url_loader_client_impl.h
index 8b868e577dc61266d45ff36f49086583624508d0..46126a81ad9c4ef18b513e6f907ad853cee07a9e 100644
--- a/content/child/url_loader_client_impl.h
+++ b/content/child/url_loader_client_impl.h
@@ -20,10 +20,6 @@ namespace base {
class SingleThreadTaskRunner;
} // namespace base
-namespace mojo {
-class AssociatedGroup;
-} // namespace mojo
-
namespace net {
struct RedirectInfo;
} // namespace net
@@ -41,8 +37,7 @@ class CONTENT_EXPORT URLLoaderClientImpl final : public mojom::URLLoaderClient {
scoped_refptr<base::SingleThreadTaskRunner> task_runner);
~URLLoaderClientImpl() override;
- void Bind(mojom::URLLoaderClientAssociatedPtrInfo* client_ptr_info,
- mojo::AssociatedGroup* associated_group);
+ void Bind(mojom::URLLoaderClientAssociatedPtrInfo* client_ptr_info);
// Sets |is_deferred_|. From now, the received messages are not dispatched
// to clients until UnsetDefersLoading is called.
« no previous file with comments | « content/child/resource_dispatcher_unittest.cc ('k') | content/child/url_loader_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698