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

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

Issue 2820783002: Add associated interfaces & bindings. (Closed)
Patch Set: Remove changes to vibration-iframe-expected.txt because it was removed in master. 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
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..0b3d4f35f1e9483d418c365997cb86920c8d37ee 100644
--- a/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom
@@ -42,6 +42,7 @@ interface IntegerSender {
interface IntegerSenderConnection {
GetSender(associated IntegerSender& sender);
+ SetSender(associated IntegerSender sender) => (int32 value);
AsyncGetSender() => (associated IntegerSender sender);
};
« no previous file with comments | « BUILD.gn ('k') | mojo/public/js/associated_bindings.js » ('j') | mojo/public/js/codec.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698