| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 2db58beaa2b0a0425b04a8a3192922f2379d6862..bab579eb87156e9e39c5f95d0ba12827c75d6cf8 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";
|
|
|
| -// Enables negotiation of DTLS 1.2 for WebRTC.
|
| -const char kEnableWebRtcDtls12[] = "enable-webrtc-dtls12";
|
| -
|
| // Enables H264 HW encode acceleration for WebRTC.
|
| const char kEnableWebRtcHWH264Encoding[] = "enable-webrtc-hw-h264-encoding";
|
|
|
|
|