tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

PTestDataStructuresSub.ipdl (295B)


      1 include protocol PTestDataStructures;
      2 
      3 namespace mozilla {
      4 namespace _ipdltest {
      5 
      6 [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
      7 async protocol PTestDataStructuresSub {
      8     manager PTestDataStructures;
      9 
     10 parent:
     11     async __delete__();
     12 };
     13 
     14 } // namespace _ipdltest
     15 } // namespace mozilla