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

Unified Diff: talk/app/webrtc/umametrics.h

Issue 1380603005: Revert of Change WebRTC SslCipher to be exposed as number only. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « talk/app/webrtc/statscollector_unittest.cc ('k') | talk/app/webrtc/webrtcsession.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/umametrics.h
diff --git a/talk/app/webrtc/umametrics.h b/talk/app/webrtc/umametrics.h
index 14fac962f4c6e81b1a7c77f08aaeeeb2bda54aaf..8eaed6d2ff58ec291c6d4e2b4b24909b890bda46 100644
--- a/talk/app/webrtc/umametrics.h
+++ b/talk/app/webrtc/umametrics.h
@@ -42,13 +42,6 @@
// to the TURN server in the case of TURN candidates.
kEnumCounterIceCandidatePairTypeUdp,
kEnumCounterIceCandidatePairTypeTcp,
-
- kEnumCounterAudioSrtpCipher,
- kEnumCounterAudioSslCipher,
- kEnumCounterVideoSrtpCipher,
- kEnumCounterVideoSslCipher,
- kEnumCounterDataSrtpCipher,
- kEnumCounterDataSslCipher,
kPeerConnectionEnumCounterMax
};
@@ -85,6 +78,12 @@
kTimeToConnect, // In milliseconds.
kLocalCandidates_IPv4, // Number of IPv4 local candidates.
kLocalCandidates_IPv6, // Number of IPv6 local candidates.
+ kAudioSrtpCipher, // Name of SRTP cipher used in audio channel.
+ kAudioSslCipher, // Name of SSL cipher used in audio channel.
+ kVideoSrtpCipher, // Name of SRTP cipher used in video channel.
+ kVideoSslCipher, // Name of SSL cipher used in video channel.
+ kDataSrtpCipher, // Name of SRTP cipher used in data channel.
+ kDataSslCipher, // Name of SSL cipher used in data channel.
kPeerConnectionMetricsName_Max
};
« no previous file with comments | « talk/app/webrtc/statscollector_unittest.cc ('k') | talk/app/webrtc/webrtcsession.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698