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

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

Issue 1811433002: [mojo-edk] Expose notification source to MojoWatch callbacks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« mojo/public/cpp/bindings/binding.h ('K') | « mojo/public/cpp/system/watcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
diff --git a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
index 5960d756657e79eb580b6fbaa28ae88f046430ef..fc1eebe9cbf2081017c80334e755bc3777404788 100644
--- a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
@@ -30,3 +30,11 @@ interface IntegerAccessor {
[MinVersion=1]
SetInteger(int64 data, [MinVersion=3] Enum type);
};
+
+interface SingleMethod {
+ Call();
+};
+
+interface SingleMethodVendor {
+ GetCaller(associated SingleMethod& request);
+};
« mojo/public/cpp/bindings/binding.h ('K') | « mojo/public/cpp/system/watcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698