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

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

Issue 1156143005: Report metrics about negotiated ciphers. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Renamed properties and provide accessors. Created 5 years, 6 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: talk/app/webrtc/webrtcsession.h
diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h
index 2d477e3beba8a7b9a3a78aa1fe3f28b86ae368c0..821d59db5705e34d4a8381e9f0ead48967f590e7 100644
--- a/talk/app/webrtc/webrtcsession.h
+++ b/talk/app/webrtc/webrtcsession.h
@@ -370,7 +370,9 @@ class WebRtcSession : public cricket::BaseSession,
// Invoked when OnTransportCompleted is signaled to gather the usage
// of IPv4/IPv6 as best connection.
- void ReportBestConnectionState(cricket::Transport* transport);
+ void ReportBestConnectionState(const cricket::TransportStats& stats);
+
+ void ReportNegotiatedCiphers(const cricket::TransportStats& stats);
rtc::scoped_ptr<cricket::VoiceChannel> voice_channel_;
rtc::scoped_ptr<cricket::VideoChannel> video_channel_;

Powered by Google App Engine
This is Rietveld 408576698