tor-browser

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

PTestMultiMgrsBottom.ipdl (345B)


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