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

// Copyright 2018 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/rtc_peer_connection_controller.h"

#include "services/metrics/public/cpp/ukm_builders.h"

namespace blink {

// static
const char RTCPeerConnectionController::kSupplementName[] =;

// static
RTCPeerConnectionController& RTCPeerConnectionController::From(
    Document& document) {}

RTCPeerConnectionController::RTCPeerConnectionController(Document& document)
    :{}

void RTCPeerConnectionController::MaybeReportComplexSdp(
    ComplexSdpCategory complex_sdp_category) {}

void RTCPeerConnectionController::Trace(Visitor* visitor) const {}

}  // namespace blink