// 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. #include "remoting/host/fake_active_display_monitor.h" namespace remoting { FakeActiveDisplayMonitor::FakeActiveDisplayMonitor( ActiveDisplayMonitor::Callback callback) : … { … } FakeActiveDisplayMonitor::~FakeActiveDisplayMonitor() = default; base::WeakPtr<FakeActiveDisplayMonitor> FakeActiveDisplayMonitor::GetWeakPtr() { … } void FakeActiveDisplayMonitor::SetActiveDisplay(webrtc::ScreenId display) { … } } // namespace remoting