Bug 1750871 - run mochitest-remote on fission everywhere. r=releng-reviewers,aki
[gecko.git] / dom / quota / ActorsParent.h
blob580a3ca7a34da36b7cd95533390cb45cba3f2429
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 file,
5 * You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef mozilla_dom_quota_ActorsParent_h
8 #define mozilla_dom_quota_ActorsParent_h
10 #include "mozilla/dom/quota/Config.h"
12 namespace mozilla {
13 namespace dom {
14 namespace quota {
16 class PQuotaParent;
18 void InitializeQuotaManager();
20 PQuotaParent* AllocPQuotaParent();
22 bool DeallocPQuotaParent(PQuotaParent* aActor);
24 bool RecvShutdownQuotaManager();
26 } // namespace quota
27 } // namespace dom
28 } // namespace mozilla
30 #endif // mozilla_dom_quota_ActorsParent_h