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
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PContent;
6 include PContentPermission;
8 include "nsContentPermissionHelper.h";
13 [ManualDealloc, ChildImpl="RemotePermissionRequest", ParentImpl=virtual]
14 protocol PContentPermissionRequest
23 async NotifyResult(bool allow, PermissionChoice[] choices);
29 } // namespace mozilla