Bumping manifests a=b2g-bump
[gecko.git] / ipc / glue / PBackgroundSharedTypes.ipdlh
blob84053748f4333a5ac428a9faafdfd3551e00401a
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 ipc {
8 struct ContentPrincipalInfo
10   uint32_t appId;
11   bool isInBrowserElement;
12   nsCString spec;
15 struct SystemPrincipalInfo
16 { };
18 struct NullPrincipalInfo
19 { };
21 union PrincipalInfo
23   ContentPrincipalInfo;
24   SystemPrincipalInfo;
25   NullPrincipalInfo;
28 } // namespace ipc
29 } // namespace mozilla