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

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

Issue 272323003: Mojo: Implement support for |Foo&| mojom syntax (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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_service.mojom
diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom
index fabf2b3e85d3553830fc8b58dbce1c5c2e74d930..f6631839edf89ea0aea30fa03c0e0e2db57c8bfa 100644
--- a/mojo/public/interfaces/bindings/tests/sample_service.mojom
+++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom
@@ -94,6 +94,7 @@ interface Service {
};
const uint8 kFavoriteBaz = 1;
Frobinate@0(Foo foo@0, BazOptions baz@1, Port port@2);
+ GetPort@1(Port& port @0);
};
interface ServiceClient {

Powered by Google App Engine
This is Rietveld 408576698