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

Unified Diff: webrtc/p2p/base/dtlstransportchannel.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/p2p/base/dtlstransportchannel.h
diff --git a/webrtc/p2p/base/dtlstransportchannel.h b/webrtc/p2p/base/dtlstransportchannel.h
index 7b8247a44903a5da6ac3535845f6f83a8c9678be..8b6ebe3f7a42d29bf633efd55120bff0a3f33d08 100644
--- a/webrtc/p2p/base/dtlstransportchannel.h
+++ b/webrtc/p2p/base/dtlstransportchannel.h
@@ -221,6 +221,7 @@ class DtlsTransportChannelWrapper : public TransportChannelImpl {
int last_sent_packet_id,
bool ready_to_send);
void OnChannelStateChanged(TransportChannelImpl* channel);
+ void OnDtlsHandshakeError(rtc::SSLHandshakeError error);
rtc::Thread* worker_thread_; // Everything should occur on this thread.
// Underlying channel, not owned by this class.

Powered by Google App Engine
This is Rietveld 408576698