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

Unified Diff: ipc/ipc_test.mojom

Issue 2665053002: Add tests for detecting lost associated interfaces. (Closed)
Patch Set: Created 3 years, 11 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 | « ipc/ipc_channel_mojo_unittest.cc ('k') | mojo/public/cpp/bindings/tests/associated_interface_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_test.mojom
diff --git a/ipc/ipc_test.mojom b/ipc/ipc_test.mojom
index a4edfc93a56a9498b81aa55a9a66bc2b58772b92..8af397a3a42a394b9b68b40dc090b661059bbeb6 100644
--- a/ipc/ipc_test.mojom
+++ b/ipc/ipc_test.mojom
@@ -33,3 +33,7 @@ interface Reflector {
Ping(string value) => (string value);
Quit();
};
+
+interface AssociatedInterfaceVendor {
+ GetTestInterface(associated SimpleTestDriver& interface_reqest);
+};
« no previous file with comments | « ipc/ipc_channel_mojo_unittest.cc ('k') | mojo/public/cpp/bindings/tests/associated_interface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698