Backed out changeset 9d8b4c0b99ed (bug 1945683) for causing btime failures. CLOSED...
[gecko.git] / dom / cache / PCache.ipdl
blob3aa16a3ea2097492571e0065d61ba6c7391fc59c
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 PBackground;
6 include protocol PCacheOp;
7 include protocol PCacheStreamControl;
9 include CacheTypes;
11 namespace mozilla {
12 namespace dom {
13 namespace cache {
15 protocol PCache
17   manager PBackground;
18   manages PCacheOp;
20 parent:
21   async PCacheOp(CacheOpArgs aOpArgs);
22   async Teardown();
24 child:
25   async __delete__();
28 } // namespace cache
29 } // namespace dom
30 } // namespace mozilla