| // Copyright 2024 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "components/permissions/contexts/speaker_selection_permission_context.h" |
| |
| #include "components/content_settings/core/common/content_settings_types.h" |
| #include "components/permissions/permission_util.h" |
| #include "content/public/browser/render_frame_host.h" |
| #include "services/network/public/mojom/permissions_policy/permissions_policy_feature.mojom.h" |
| |
| SpeakerSelectionPermissionContext::SpeakerSelectionPermissionContext( |
| content::BrowserContext* browser_context) |
| : PermissionContextBase( |
| browser_context, |
| ContentSettingsType::SPEAKER_SELECTION, |
| network::mojom::PermissionsPolicyFeature::kSpeakerSelection) {} |