Bug 1908670 - Home and newtab topic personalization needs region controls r=home...
[gecko.git] / ipc / glue / UtilityAudioDecoder.h
blob4fed9aab64556c94c879d7a25a3b46593bb82f43
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=2 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 _include_ipc_glue_UtilityAudioDecoder_h__
7 #define _include_ipc_glue_UtilityAudioDecoder_h__
9 #include "mozilla/dom/ChromeUtilsBinding.h"
10 #include "mozilla/ipc/UtilityProcessSandboxing.h"
12 namespace mozilla::ipc {
14 using UtilityActorName = mozilla::dom::WebIDLUtilityActorName;
16 UtilityActorName GetAudioActorName(const SandboxingKind aSandbox);
17 nsCString GetChildAudioActorName();
19 } // namespace mozilla::ipc
21 #endif // _include_ipc_glue_UtilityAudioDecoder_h__