chromium/third_party/blink/renderer/modules/peerconnection/test_webrtc_stats_report_obtainer.cc

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

#include "third_party/blink/renderer/modules/peerconnection/test_webrtc_stats_report_obtainer.h"

#include "base/functional/bind.h"
#include "base/functional/callback.h"
#include "third_party/blink/renderer/platform/peerconnection/rtc_stats.h"

namespace blink {

TestWebRTCStatsReportObtainer::TestWebRTCStatsReportObtainer() {}

TestWebRTCStatsReportObtainer::~TestWebRTCStatsReportObtainer() {}

RTCStatsReportCallback
TestWebRTCStatsReportObtainer::GetStatsCallbackWrapper() {}

RTCStatsReportPlatform* TestWebRTCStatsReportObtainer::report() const {}

RTCStatsReportPlatform* TestWebRTCStatsReportObtainer::WaitForReport() {}

void TestWebRTCStatsReportObtainer::OnStatsDelivered(
    std::unique_ptr<RTCStatsReportPlatform> report) {}

}  // namespace blink