| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 724f892f0b3168e59105e7ec6d1397710c6d1a62..0e43623da575f0e707d9f64499e97b61ac94d36d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -913,9 +913,6 @@ const char kDisableWebRtcHWEncodingVPx[] = "vpx";
|
| const char kDisableWebRtcHWEncodingH264[] = "h264";
|
| const char kDisableWebRtcHWEncodingNone[] = "none";
|
|
|
| -// Enables H264 HW encode acceleration for WebRTC.
|
| -const char kEnableWebRtcHWH264Encoding[] = "enable-webrtc-hw-h264-encoding";
|
| -
|
| // Enables Origin header in Stun messages for WebRTC.
|
| const char kEnableWebRtcStunOrigin[] = "enable-webrtc-stun-origin";
|
|
|
|
|