Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index f5e4349c22425bf37081c30e6b64db87cbafde4f..6f513a2e066aed4a991b9e91dd6e984ef1e15d5f 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -905,6 +905,9 @@ 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 negotiation of DTLS 1.2 for WebRTC. |
const char kEnableWebRtcDtls12[] = "enable-webrtc-dtls12"; |