tor-browser

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

PTestSyncError.ipdl (259B)


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