| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 22452a6ddfc70d10dc1f126f513f395f134f745e..549977dc2b6554dacdc042145f611be1a4590a07 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -981,6 +981,8 @@ const char kDisableSCTPDataChannels[] = "disable-sctp-data-channels";
|
| // Disables HW decode acceleration for WebRTC.
|
| const char kDisableWebRtcHWDecoding[] = "disable-webrtc-hw-decoding";
|
|
|
| +const char KEnableSurfaceTextureBuffer[] = "enable-surface-texture-buffer";
|
| +
|
| // Disables encryption of RTP Media for WebRTC. When Chrome embeds Content, it
|
| // ignores this switch on its stable and beta channels.
|
| const char kDisableWebRtcEncryption[] = "disable-webrtc-encryption";
|
|
|