// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/webrtc/webrtc_connections_observer.h" #include "content/browser/webrtc/webrtc_internals.h" namespace content { WebRtcConnectionsObserver::WebRtcConnectionsObserver( const ConnectionsCountChangedCallback& connections_count_changed_callback) : … { … } WebRtcConnectionsObserver::~WebRtcConnectionsObserver() { … } void WebRtcConnectionsObserver::OnConnectionsCountChange(uint32_t count) { … } } // namespace content