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

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

Issue 1948003003: Dart: Wait to handle events on a Stub until it makes sense to do it. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add test Created 4 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/dart/apptests/test_apps/interfaces/pingpong_service.mojom
diff --git a/mojo/dart/apptests/test_apps/interfaces/pingpong_service.mojom b/mojo/dart/apptests/test_apps/interfaces/pingpong_service.mojom
index bd30cf20a6d4213eacae5f47c3262fe8cb3b88ad..9655895dea13722518af7eecb2682ccc656dbaf1 100644
--- a/mojo/dart/apptests/test_apps/interfaces/pingpong_service.mojom
+++ b/mojo/dart/apptests/test_apps/interfaces/pingpong_service.mojom
@@ -24,6 +24,9 @@ interface PingPongService {
// Return a PingPongService
GetPingPongService(PingPongService& service);
+ // Return a PingPongService after some delay
+ GetPingPongServiceDelayed(PingPongService& service);
+
// Make it stop.
Quit();
};
« no previous file with comments | « mojo/dart/apptests/dart_apptests/lib/src/pingpong_apptests.dart ('k') | mojo/dart/apptests/test_apps/pingpong/lib/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698