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..e36f4638e5dbb3fe08458cf3d54e2fd04def406e 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -909,10 +909,7 @@ const char kDisableWebRtcHWDecoding[] = "disable-webrtc-hw-decoding"; |
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"; |
+const char kDisableWebRtcHWVP8Encoding[] = "disable-webrtc-hw-vp8-encoding"; |
// Enables Origin header in Stun messages for WebRTC. |
const char kEnableWebRtcStunOrigin[] = "enable-webrtc-stun-origin"; |