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

Unified Diff: content/child/resource_dispatcher.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/indexed_db/webidbfactory_impl.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.h
diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
index 8e4c2129840d97bdbc47aafd185b823b7174b0ee..d19b063a74db44d5457db86d21580a0b880bc599 100644
--- a/content/child/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -31,10 +31,6 @@
#include "url/gurl.h"
#include "url/origin.h"
-namespace mojo {
-class AssociatedGroup;
-} // namespace mojo
-
namespace net {
struct RedirectInfo;
}
@@ -102,8 +98,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
const url::Origin& frame_origin,
std::unique_ptr<RequestPeer> peer,
blink::WebURLRequest::LoadingIPCType ipc_type,
- mojom::URLLoaderFactory* url_loader_factory,
- mojo::AssociatedGroup* associated_group);
+ mojom::URLLoaderFactory* url_loader_factory);
// Removes a request from the |pending_requests_| list, returning true if the
// request was found and removed.
« no previous file with comments | « content/child/indexed_db/webidbfactory_impl.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698