Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: webrtc/api/umametrics.h

Issue 2386783002: Add UMA metrics for ICE regathering reasons. (Closed)
Patch Set: Address comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/umametrics.h
diff --git a/webrtc/api/umametrics.h b/webrtc/api/umametrics.h
index 8dbfa22716ef061b3a938202c920c1911c069f87..9c33e9ab0857160c4b9aed9f4f80f4f46c6e5834 100644
--- a/webrtc/api/umametrics.h
+++ b/webrtc/api/umametrics.h
@@ -33,6 +33,7 @@ enum PeerConnectionEnumCounterType {
kEnumCounterDataSrtpCipher,
kEnumCounterDataSslCipher,
kEnumCounterDtlsHandshakeError,
+ kEnumCounterIceRegatheringReason,
kPeerConnectionEnumCounterMax
};

Powered by Google App Engine
This is Rietveld 408576698