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

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

Issue 2778953003: media: Add RunOnDestruction
Patch Set: Created 3 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
« no previous file with comments | « mojo/public/cpp/bindings/tests/binding_unittest.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_service.mojom
diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom
index 761cb91a9b5d2cfd81ef56601b13047aabcb7dde..221cfe84f1c4d6d0ac5105115140da5cbce06d98 100644
--- a/mojo/public/interfaces/bindings/tests/sample_service.mojom
+++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom
@@ -103,6 +103,7 @@ interface Service {
const uint8 kFavoriteBaz = 1;
Frobinate@0(Foo? foo@0, BazOptions baz@1, Port? port@2) => (int32 result@0);
GetPort@1(Port& port @0);
+ EatCallback() => (bool result);
};
// This interface is referenced above where it is defined. It also refers to
« no previous file with comments | « mojo/public/cpp/bindings/tests/binding_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698