Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / locks / PLockRequest.ipdl
blobe7b663eeaa2c6f7597ea1ea520520e43976dc716
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 PLockManager;
7 include "mozilla/dom/locks/IPCUtils.h";
9 using mozilla::dom::LockMode from "mozilla/dom/LockManagerBinding.h";
11 namespace mozilla {
12 namespace dom {
13 namespace locks {
15 protocol PLockRequest {
16   manager PLockManager;
18  child:
19   async Resolve(LockMode aMode, bool aIsAvailable);
21  both:
22   async __delete__(bool aAborted);
25 } // namespace cache
26 } // namespace dom
27 } // namespace mozilla