| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 40c49cb5d7f12af8d3dfee7ee80976e55cbc7fbc..c7347932fd0d93ae56dd56e8f95ec765a7fa507d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -920,14 +920,17 @@ const char kZygoteCmdPrefix[] = "zygote-cmd-prefix";
|
| const char kZygoteProcess[] = "zygote";
|
|
|
| #if BUILDFLAG(ENABLE_WEBRTC)
|
| -// Disables HW decode acceleration for WebRTC.
|
| -const char kDisableWebRtcHWDecoding[] = "disable-webrtc-hw-decoding";
|
| -
|
| // 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";
|
|
|
| +// Disables HW decode acceleration for WebRTC.
|
| +const char kDisableWebRtcHWDecoding[] = "disable-webrtc-hw-decoding";
|
| +
|
| // Disables HW encode acceleration for WebRTC.
|
| +const char kDisableWebRtcHWEncoding[] = "disable-webrtc-hw-encoding";
|
| +
|
| +// Disables HW VP8 encode acceleration for WebRTC.
|
| const char kDisableWebRtcHWVP8Encoding[] = "disable-webrtc-hw-vp8-encoding";
|
|
|
| // Enables Origin header in Stun messages for WebRTC.
|
|
|