Report metrics about negotiated ciphers.

This CL adds an API to the metrics observer interface to report negotiated
ciphers for WebRTC sessions. This can be used from Chromium for UMA metrics
later to get an idea which cipher suites are used by clients (e.g. compare
the use of DTLS 1.0 / 1.2).

BUG=428343

Review URL: https://codereview.webrtc.org/1156143005

Cr-Commit-Position: refs/heads/master@{#9537}
This commit is contained in:
jbauch
2015-07-03 01:36:14 -07:00
committed by Commit bot
parent 366e95252a
commit ac8869ec5a
9 changed files with 258 additions and 50 deletions

View File

@@ -199,6 +199,8 @@
'app/webrtc/datachannel_unittest.cc',
'app/webrtc/dtlsidentitystore_unittest.cc',
'app/webrtc/dtmfsender_unittest.cc',
'app/webrtc/fakemetricsobserver.cc',
'app/webrtc/fakemetricsobserver.h',
'app/webrtc/jsepsessiondescription_unittest.cc',
'app/webrtc/localaudiosource_unittest.cc',
'app/webrtc/mediastream_unittest.cc',