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

Unified Diff: mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom

Issue 2820783002: Add associated interfaces & bindings. (Closed)
Patch Set: Change Router.prototype.accept. Add a TODO for endpoint client not attached. Created 3 years, 8 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 | « BUILD.gn ('k') | mojo/public/js/associated_bindings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom
diff --git a/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom b/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom
index adc4e7e809e91d79e9bfdc4d95acdbe0edb95c93..3858330aecf242a6675b19d7fd9dd6d23a582e50 100644
--- a/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom
@@ -45,6 +45,11 @@ interface IntegerSenderConnection {
AsyncGetSender() => (associated IntegerSender sender);
};
+interface IntegerSenderConnectionAtBothEnds {
+ GetSender(associated IntegerSender& sender);
+ SetSender(associated IntegerSender sender) => (int32 value);
+};
+
interface AssociatedPingProvider {
GetPing(associated PingService& request);
};
« no previous file with comments | « BUILD.gn ('k') | mojo/public/js/associated_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698