Index: webrtc/p2p/base/dtlstransportinternal.h |
diff --git a/webrtc/p2p/base/dtlstransportinternal.h b/webrtc/p2p/base/dtlstransportinternal.h |
index 7a1e8ad3e985a7f05680d5cd0f7890fe981968c8..77f7f921af5967c0845ea9895d5c4a45ee0fc590 100644 |
--- a/webrtc/p2p/base/dtlstransportinternal.h |
+++ b/webrtc/p2p/base/dtlstransportinternal.h |
@@ -49,13 +49,6 @@ class DtlsTransportInternal : public rtc::PacketTransportInternal { |
virtual bool SetSslRole(rtc::SSLRole role) = 0; |
- // Sets up the ciphers to use for DTLS-SRTP. |
- virtual bool SetSrtpCryptoSuites(const std::vector<int>& ciphers) = 0; |
- |
- // Keep the original one for backward compatibility until all dependencies |
- // move away. TODO(zhihuang): Remove this function. |
- virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) = 0; |
- |
// Finds out which DTLS-SRTP cipher was negotiated. |
// TODO(zhihuang): Remove this once all dependencies implement this. |
virtual bool GetSrtpCryptoSuite(int* cipher) = 0; |