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