diff options
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/PmanagedProtocol.ipdl')
-rw-r--r-- | ipc/ipdl/test/ipdl/ok/PmanagedProtocol.ipdl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/PmanagedProtocol.ipdl b/ipc/ipdl/test/ipdl/ok/PmanagedProtocol.ipdl new file mode 100644 index 0000000000..cab07d06e7 --- /dev/null +++ b/ipc/ipdl/test/ipdl/ok/PmanagedProtocol.ipdl @@ -0,0 +1,8 @@ +include protocol PmanagerProtocol; + +protocol PmanagedProtocol { + manager PmanagerProtocol; + +child: + async __delete__(); +}; |