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

Unified Diff: webrtc/p2p/base/transportchannel.h

Issue 1337673002: 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
Index: webrtc/p2p/base/transportchannel.h
diff --git a/webrtc/p2p/base/transportchannel.h b/webrtc/p2p/base/transportchannel.h
index f195a0edc2f01211187f4c77ea737abdcb188ccb..58ccf43c1561f145db47a794bb70b9e92fb41f32 100644
--- a/webrtc/p2p/base/transportchannel.h
+++ b/webrtc/p2p/base/transportchannel.h
@@ -104,7 +104,7 @@ class TransportChannel : public sigslot::has_slots<> {
virtual bool GetSrtpCipher(std::string* cipher) = 0;
// Finds out which DTLS cipher was negotiated.
- virtual bool GetSslCipher(std::string* cipher) = 0;
+ virtual bool GetSslCipher(rtc::SslCipher* cipher) = 0;
// Gets the local RTCCertificate used for DTLS.
virtual rtc::scoped_refptr<rtc::RTCCertificate>

Powered by Google App Engine
This is Rietveld 408576698