Bug 1707290 [wpt PR 28671] - Auto-expand details elements for find-in-page, a=testonly
[gecko.git] / dom / storage / PBackgroundSessionStorageManager.ipdl
blob685593eb6f82e91e243177946a73742e7a439b5b
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 PBackgroundSessionStorageCache;
8 namespace mozilla {
9 namespace dom {
11 sync refcounted protocol PBackgroundSessionStorageManager
13  manager PBackground;
14  manages PBackgroundSessionStorageCache;
16  parent:
17   async PBackgroundSessionStorageCache(nsCString aOriginAttrs, nsCString aOriginKey);
19   async DeleteMe();
21  child:
22    async __delete__();
25 } // namespace dom
26 } // namespace mozilla