chromium/chrome/browser/ui/views/media_preview/page_info_previews_coordinator.h

// 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.

#ifndef CHROME_BROWSER_UI_VIEWS_MEDIA_PREVIEW_PAGE_INFO_PREVIEWS_COORDINATOR_H_
#define CHROME_BROWSER_UI_VIEWS_MEDIA_PREVIEW_PAGE_INFO_PREVIEWS_COORDINATOR_H_

#include "chrome/browser/ui/views/media_preview/active_devices_media_coordinator.h"
#include "chrome/browser/ui/views/media_preview/media_coordinator.h"
#include "components/content_settings/core/common/content_settings_types.h"

namespace content {
class WebContents;
}  // namespace content

namespace views {
class View;
}  // namespace views

// Acts as a wrapper that encapsulates page info media previews initialization
// and interaction. Also, it helps with metrics collection.
class PageInfoPreviewsCoordinator {};

#endif  // CHROME_BROWSER_UI_VIEWS_MEDIA_PREVIEW_PAGE_INFO_PREVIEWS_COORDINATOR_H_