chromium/third_party/blink/renderer/modules/peerconnection/testing/internals_rtc_peer_connection.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/testing/internals_rtc_peer_connection.h"

#include "third_party/blink/renderer/bindings/core/v8/script_promise_resolver.h"

namespace blink {

int InternalsRTCPeerConnection::peerConnectionCount(Internals& internals) {}

int InternalsRTCPeerConnection::peerConnectionCountLimit(Internals& internals) {}

ScriptPromise<IDLAny>
InternalsRTCPeerConnection::waitForPeerConnectionDispatchEventsTaskCreated(
    ScriptState* script_state,
    Internals& internals,
    RTCPeerConnection* connection) {}

}  // namespace blink