no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / dom / clients / manager / ClientValidation.h
blob46278ad02e496f178aba1b9c213d009914d5704a
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef _mozilla_dom_ClientValidation_h
7 #define _mozilla_dom_ClientValidation_h
9 #include "nsStringFwd.h"
11 namespace mozilla {
13 namespace ipc {
14 class PrincipalInfo;
15 } // namespace ipc
17 namespace dom {
19 bool ClientIsValidPrincipalInfo(
20 const mozilla::ipc::PrincipalInfo& aPrincipalInfo);
22 bool ClientIsValidCreationURL(const mozilla::ipc::PrincipalInfo& aPrincipalInfo,
23 const nsACString& aURL);
25 } // namespace dom
26 } // namespace mozilla
28 #endif // _mozilla_dom_ClientValidation_h