| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 09a17d465e08006a085a4398d3dfe10736e1f923..60c56cdfd0921832d802d8557e600a6e50b13fe6 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -910,9 +910,6 @@ const char kDisableWebRtcEncryption[] = "disable-webrtc-encryption";
|
|
|
| // Disables HW encode acceleration for WebRTC.
|
| const char kDisableWebRtcHWEncoding[] = "disable-webrtc-hw-encoding";
|
| -const char kDisableWebRtcHWEncodingVPx[] = "vpx";
|
| -const char kDisableWebRtcHWEncodingH264[] = "h264";
|
| -const char kDisableWebRtcHWEncodingNone[] = "none";
|
|
|
| // Enables Origin header in Stun messages for WebRTC.
|
| const char kEnableWebRtcStunOrigin[] = "enable-webrtc-stun-origin";
|
|
|