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

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

Issue 1785843002: [mojo] Implement pipe fusion API (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
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 a2dd73fa0649cc7f25f3a290a751674deae43e78..5960d756657e79eb580b6fbaa28ae88f046430ef 100644
--- a/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
+++ b/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom
@@ -13,6 +13,10 @@ enum Enum {
VALUE
};
+interface PingTest {
+ Ping() => ();
+};
+
interface Provider {
EchoString(string a) => (string a);
EchoStrings(string a, string b) => (string a, string b);

Powered by Google App Engine
This is Rietveld 408576698