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

Unified Diff: mojo/public/bindings/tests/sample_service.mojom

Issue 184813004: Create response_parameters as part of mojom (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up mojom files Created 6 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
« no previous file with comments | « mojo/public/bindings/tests/math_calculator.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/tests/sample_service.mojom
diff --git a/mojo/public/bindings/tests/sample_service.mojom b/mojo/public/bindings/tests/sample_service.mojom
index 979ec39c5731294e58d711b7f9889b70dcb66660..d64c7d396ba27f0b2abfbb9967ba24f0d225fd7c 100644
--- a/mojo/public/bindings/tests/sample_service.mojom
+++ b/mojo/public/bindings/tests/sample_service.mojom
@@ -52,7 +52,7 @@ struct DefaultsTest {
};
interface Port {
- PostMessage(string message_text @0) @0;
+ PostMessage@0(string message_text @0);
};
[Peer=ServiceClient]
@@ -61,12 +61,12 @@ interface Service {
BAZ_REGULAR = 0,
BAZ_EXTRA
};
- Frobinate(Foo foo @0, int32 baz @1, Port port @2) @0;
+ Frobinate@0(Foo foo @0, int32 baz @1, Port port @2);
};
[Peer=Service]
interface ServiceClient {
- DidFrobinate(int32 result @0) @0;
+ DidFrobinate@0(int32 result @0);
};
}
« no previous file with comments | « mojo/public/bindings/tests/math_calculator.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698