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

Unified Diff: webrtc/p2p/base/transport.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/transport.h
diff --git a/webrtc/p2p/base/transport.h b/webrtc/p2p/base/transport.h
index cd763ab3bcf1404c441e29a6b326c1e5a9c0631d..cfe73cb331300a62ef1fcc1306719ee940410a69 100644
--- a/webrtc/p2p/base/transport.h
+++ b/webrtc/p2p/base/transport.h
@@ -126,7 +126,7 @@ struct TransportChannelStats {
int component;
ConnectionInfos connection_infos;
std::string srtp_cipher;
- std::string ssl_cipher;
+ rtc::SslCipher ssl_cipher;
};
// Information about all the channels of a transport.

Powered by Google App Engine
This is Rietveld 408576698