Bug 1867190 - Initialise the PHC allocate delay later r=glandium
[gecko.git] / dom / ipc / PContentPermission.ipdlh
bloba70b5bca9496869bc89b6e46dff5aef176d47a98
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 namespace mozilla {
6 namespace dom {
8 struct PermissionRequest {
9   nsCString type;
10   nsString[] options;
13 struct PermissionChoice {
14   nsCString type;
15   nsString choice;
18 } // namespace dom
19 } // namespace mozilla