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";
15 protocol PLockRequest {
19 async Resolve(LockMode aMode, bool aIsAvailable);
22 async __delete__(bool aAborted);
27 } // namespace mozilla