Chromium Code Reviews| Index: webrtc/base/sslstreamadapter.h |
| diff --git a/webrtc/base/sslstreamadapter.h b/webrtc/base/sslstreamadapter.h |
| index e1d1d852156786f5e84e202574ba4dae50a3ed1c..7e29371899e0a41ce387d9eb6f81c86739591d4e 100644 |
| --- a/webrtc/base/sslstreamadapter.h |
| +++ b/webrtc/base/sslstreamadapter.h |
| @@ -82,6 +82,9 @@ struct CryptoOptions { |
| bool enable_gcm_crypto_suites = false; |
| }; |
| +void GetDefaultSrtpCryptoSuites(const rtc::CryptoOptions& crypto_options, |
| + std::vector<int>* crypto_suites); |
|
Taylor Brandstetter
2017/04/17 22:00:34
Just moved from mediasession.h, since this now is
|
| + |
| // SSLStreamAdapter : A StreamInterfaceAdapter that does SSL/TLS. |
| // After SSL has been started, the stream will only open on successful |
| // SSL verification of certificates, and the communication is |