chromium/chrome/browser/ui/views/desktop_capture/desktop_media_delegated_source_list_view.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_DESKTOP_CAPTURE_DESKTOP_MEDIA_DELEGATED_SOURCE_LIST_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_DESKTOP_CAPTURE_DESKTOP_MEDIA_DELEGATED_SOURCE_LIST_VIEW_H_

#include <memory>

#include "base/memory/raw_ptr.h"
#include "chrome/browser/media/webrtc/desktop_media_list.h"
#include "chrome/browser/ui/views/desktop_capture/desktop_media_list_controller.h"
#include "ui/views/controls/button/md_text_button.h"

class DesktopMediaListController;

// View for delegated source lists where no thumbnail previews are provided.
class DesktopMediaDelegatedSourceListView
    : public DesktopMediaListController::ListView,
      public DesktopMediaListController::SourceListListener {};

#endif  // CHROME_BROWSER_UI_VIEWS_DESKTOP_CAPTURE_DESKTOP_MEDIA_DELEGATED_SOURCE_LIST_VIEW_H_