| Index: content/renderer/media/rtc_peer_connection_handler.cc
|
| diff --git a/content/renderer/media/rtc_peer_connection_handler.cc b/content/renderer/media/rtc_peer_connection_handler.cc
|
| index ed4898fa68ff67431e7fa5fd1f229a8b56bb4499..1b7ce29f57ff49e15ebd9dfd7196e5b676d7b8e9 100644
|
| --- a/content/renderer/media/rtc_peer_connection_handler.cc
|
| +++ b/content/renderer/media/rtc_peer_connection_handler.cc
|
| @@ -1398,12 +1398,6 @@ bool RTCPeerConnectionHandler::setConfiguration(
|
| return native_peer_connection_->SetConfiguration(configuration_);
|
| }
|
|
|
| -void RTCPeerConnectionHandler::logSelectedRtcpMuxPolicy(
|
| - blink::RtcpMuxPolicy selectedRtcpMuxPolicy) {
|
| - UMA_HISTOGRAM_ENUMERATION("WebRTC.PeerConnection.SelectedRtcpMuxPolicy",
|
| - selectedRtcpMuxPolicy, blink::RtcpMuxPolicyMax);
|
| -}
|
| -
|
| bool RTCPeerConnectionHandler::addICECandidate(
|
| const blink::WebRTCVoidRequest& request,
|
| const blink::WebRTCICECandidate& candidate) {
|
|
|