chromium/chrome/browser/media/webrtc/desktop_media_list.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/media/webrtc/desktop_media_list.h"

#include "base/check.h"
#include "base/functional/bind.h"
#include "base/memory/weak_ptr.h"
#include "content/public/browser/web_contents.h"

DesktopMediaList::WebContentsFilter DesktopMediaList::ExcludeWebContents(
    WebContentsFilter filter,
    content::WebContents* excluded_web_contents) {}

DesktopMediaList::Source::Source() = default;

DesktopMediaList::Source::Source(const Source& other_source) = default;

DesktopMediaList::Source::~Source() = default;