tor-browser

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

PTestSelfManageRoot.ipdl (306B)


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