Bug 1247547: removed double accounting for WEBRTC_ICE_ADD_CANDIDATE telemetry probes. r=bwc draft
authorNils Ohlmeier [:drno] <drno@ohlmeier.org>
Thu, 11 Feb 2016 02:16:03 -0800
changeset 330454 e18ff21cd0df144b4ecfcccee0bd36f4eae22978
parent 329566 815d689a6e1e7187b10238f2f840d49201d67c2b
child 514175 d70fdc681cd5e36e3ff6d0f5b934b1a535e13e49
push id10758
push userdrno@ohlmeier.org
push dateThu, 11 Feb 2016 19:29:07 +0000
reviewersbwc
bugs1247547
milestone47.0a1
Bug 1247547: removed double accounting for WEBRTC_ICE_ADD_CANDIDATE telemetry probes. r=bwc MozReview-Commit-ID: 43nNMVFLqT
media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h
--- a/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h
+++ b/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.h
@@ -614,20 +614,16 @@ public:
   // May be called more than once and does not necessarily mean
   // that parsing was stopped, only that something was unrecognized.
   void OnSdpParseError(const char* errorMessage);
 
   // Called when OnLocal/RemoteDescriptionSuccess/Error
   // is called to start the list over.
   void ClearSdpParseErrorMessages();
 
-  void OnAddIceCandidateError() {
-    ++mAddCandidateErrorCount;
-  }
-
   // Called to retreive the list of parsing errors.
   const std::vector<std::string> &GetSdpParseErrors();
 
   // Sets the RTC Signaling State
   void SetSignalingState_m(mozilla::dom::PCImplSignalingState aSignalingState,
                            bool rollback = false);
 
   // Updates the RTC signaling state based on the JsepSession state