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

Unified Diff: webrtc/api/webrtcsession.h

Issue 2167363002: Log how often DTLS negotiation failed because of incompatible ciphersuites. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 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/webrtcsession.h
diff --git a/webrtc/api/webrtcsession.h b/webrtc/api/webrtcsession.h
index d69abc0dedb67097ba6c56c0f1f019e950e53504..121d212be5ba8e9df8b6d4eaeee2db7dca1f4188 100644
--- a/webrtc/api/webrtcsession.h
+++ b/webrtc/api/webrtcsession.h
@@ -443,6 +443,8 @@ class WebRtcSession :
void OnSentPacket_w(const rtc::SentPacket& sent_packet);
+ void OnDtlsHandshakeError(rtc::SSLHandshakeError error);
+
rtc::Thread* const worker_thread_;
rtc::Thread* const signaling_thread_;

Powered by Google App Engine
This is Rietveld 408576698