Index: talk/session/media/channelmanager.h |
diff --git a/talk/session/media/channelmanager.h b/talk/session/media/channelmanager.h |
index 2bc516bfaa36edfdb075795be10cec74583d1a7b..f542b0d5bd1294d44fe67e797626ccccaf92b021 100644 |
--- a/talk/session/media/channelmanager.h |
+++ b/talk/session/media/channelmanager.h |
@@ -132,6 +132,7 @@ class ChannelManager : public rtc::MessageHandler, |
// RTX will be enabled/disabled in engines that support it. The supporting |
// engines will start offering an RTX codec. Must be called before Init(). |
bool SetVideoRtxEnabled(bool enable); |
+ bool SetEnableGcmCryptoSuites(bool enable); |
// Starts/stops the local microphone and enables polling of the input level. |
bool capturing() const { return capturing_; } |
@@ -229,6 +230,7 @@ class ChannelManager : public rtc::MessageHandler, |
int audio_output_volume_; |
VideoRenderer* local_renderer_; |
bool enable_rtx_; |
+ bool enable_gcm_crypto_suites_; |
bool capturing_; |
}; |