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

Unified Diff: mojo/dart/apptests/test_apps/interfaces/echo_service.mojom

Issue 1874553002: Dart: Fix bug in unbind() for Stubs. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 8 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/dart/apptests/test_apps/interfaces/echo_service.mojom
diff --git a/mojo/dart/apptests/test_apps/interfaces/echo_service.mojom b/mojo/dart/apptests/test_apps/interfaces/echo_service.mojom
index 7ff567af2f09bc592a8604df31bd252e81718bab..2e1ef5e7bc8c31fe1c47f6398522e15daf4323e6 100644
--- a/mojo/dart/apptests/test_apps/interfaces/echo_service.mojom
+++ b/mojo/dart/apptests/test_apps/interfaces/echo_service.mojom
@@ -9,5 +9,6 @@ module test;
interface EchoService {
EchoString(string? value) => (string? value);
DelayedEchoString(string? value, int32 millis) => (string? value);
+ Swap();
Quit();
};

Powered by Google App Engine
This is Rietveld 408576698