Index: talk/app/webrtc/webrtcsession.cc |
diff --git a/talk/app/webrtc/webrtcsession.cc b/talk/app/webrtc/webrtcsession.cc |
index 5e946a291bfcb31546fd5ae9f4a6064db2c955ea..601bb7ae7c65136d511765e857b71b9e1dd35267 100644 |
--- a/talk/app/webrtc/webrtcsession.cc |
+++ b/talk/app/webrtc/webrtcsession.cc |
@@ -604,6 +604,7 @@ bool WebRtcSession::Initialize( |
video_options_.disable_prerenderer_smoothing = |
rtc::Optional<bool>(rtc_configuration.disable_prerenderer_smoothing); |
transport_controller_->SetSslMaxProtocolVersion(options.ssl_max_version); |
+ transport_controller_->SetEnableGcmCiphers(options.enable_gcm_ciphers); |
// Obtain a certificate from RTCConfiguration if any were provided (optional). |
rtc::scoped_refptr<rtc::RTCCertificate> certificate; |