Index: content/public/common/content_switches.cc |
=================================================================== |
--- content/public/common/content_switches.cc (revision 218293) |
+++ content/public/common/content_switches.cc (working copy) |
@@ -873,9 +873,6 @@ |
// Enables HW decode acceleration for WebRTC. |
const char kEnableWebRtcHWDecoding[] = "enable-webrtc-hw-decoding"; |
-// Enables HW encode acceleration for WebRTC. |
-const char kEnableWebRtcHWEncoding[] = "enable-webrtc-hw-encoding"; |
- |
#endif |
#if defined(OS_ANDROID) |