Backed out 10 changesets (bug 1803810) for xpcshell failures on test_import_global...
[gecko.git] / netwerk / ipc / PProxyConfigLookup.ipdl
blob9aaaf5fbcb2d1a349a2e9037b1aafb5d8b3bbd99
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PSocketProcess;
7 include NeckoChannelParams;
9 namespace mozilla {
10 namespace net {
12 async protocol PProxyConfigLookup
14   manager PSocketProcess;
16 child:
17   async __delete__(ProxyInfoCloneArgs[] aProxyInfo, nsresult aResult);
20 } // namespace net
21 } // namespace mozilla