summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/gtest/PTestDataStructuresSub.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/gtest/PTestDataStructuresSub.ipdl')
-rw-r--r--ipc/ipdl/test/gtest/PTestDataStructuresSub.ipdl15
1 files changed, 15 insertions, 0 deletions
diff --git a/ipc/ipdl/test/gtest/PTestDataStructuresSub.ipdl b/ipc/ipdl/test/gtest/PTestDataStructuresSub.ipdl
new file mode 100644
index 0000000000..f9f7d69411
--- /dev/null
+++ b/ipc/ipdl/test/gtest/PTestDataStructuresSub.ipdl
@@ -0,0 +1,15 @@
+include protocol PTestDataStructures;
+
+namespace mozilla {
+namespace _ipdltest {
+
+[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
+async protocol PTestDataStructuresSub {
+ manager PTestDataStructures;
+
+parent:
+ async __delete__();
+};
+
+} // namespace _ipdltest
+} // namespace mozilla