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

Unified Diff: content/browser/loader/test_url_loader_client.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
Index: content/browser/loader/test_url_loader_client.h
diff --git a/content/browser/loader/test_url_loader_client.h b/content/browser/loader/test_url_loader_client.h
index 5d0283237d8f21d5aa512b87b320bde9f0b3ef95..4acf5527796d2d8c3329a4657c86817cb998709a 100644
--- a/content/browser/loader/test_url_loader_client.h
+++ b/content/browser/loader/test_url_loader_client.h
@@ -77,10 +77,8 @@ class TestURLLoaderClient final : public mojom::URLLoaderClient {
void ClearHasReceivedRedirect();
// Creates an AssociatedPtrInfo, binds it to |*this| and returns it. The
- // returned PtrInfo is marked as remote, i.e., expected to be passed to the
- // remote endpoint.
- mojom::URLLoaderClientAssociatedPtrInfo CreateRemoteAssociatedPtrInfo(
- mojo::AssociatedGroup* associated_group);
+ // returned PtrInfo is expected to be passed to the remote endpoint.
+ mojom::URLLoaderClientAssociatedPtrInfo CreateRemoteAssociatedPtrInfo();
void Unbind();
« no previous file with comments | « content/browser/loader/mojo_async_resource_handler_unittest.cc ('k') | content/browser/loader/test_url_loader_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698