// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_VIEWS_MEDIA_PREVIEW_MIC_PREVIEW_MIC_MEDIATOR_H_ #define CHROME_BROWSER_UI_VIEWS_MEDIA_PREVIEW_MIC_PREVIEW_MIC_MEDIATOR_H_ #include <string> #include <vector> #include "base/functional/callback.h" #include "base/scoped_observation.h" #include "components/media_effects/media_device_info.h" #include "components/prefs/pref_service.h" #include "media/mojo/mojom/audio_stream_factory.mojom.h" // Handles interactions with the backend services for the coordinator. class MicMediator : public media_effects::MediaDeviceInfo::Observer { … }; #endif // CHROME_BROWSER_UI_VIEWS_MEDIA_PREVIEW_MIC_PREVIEW_MIC_MEDIATOR_H_