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

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
« webrtc/base/sslstrings.h ('K') | « webrtc/p2p/base/transport.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/transportchannel.h
diff --git a/webrtc/p2p/base/transportchannel.h b/webrtc/p2p/base/transportchannel.h
index 5e7adfa9c7e76727ec2a4b79bdcd958c878f8197..1f90e8c34fa714027cafef47198bb1254e16de5f 100644
--- a/webrtc/p2p/base/transportchannel.h
+++ b/webrtc/p2p/base/transportchannel.h
@@ -109,7 +109,7 @@ class TransportChannel : public sigslot::has_slots<> {
virtual bool GetSrtpCipher(std::string* cipher) = 0;
juberti 2015/09/24 21:37:32 As discussed in the other thread, I think we need
guoweis_webrtc 2015/09/25 18:30:32 Sounds like that we're heading toward ID only.
// 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>
« webrtc/base/sslstrings.h ('K') | « webrtc/p2p/base/transport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698