Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: content/public/common/content_switches.cc

Issue 2573933002: Restore switch kDisableWebRtcHWEncoding (Closed)
Patch Set: renew comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 40c49cb5d7f12af8d3dfee7ee80976e55cbc7fbc..c7347932fd0d93ae56dd56e8f95ec765a7fa507d 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -920,14 +920,17 @@ const char kZygoteCmdPrefix[] = "zygote-cmd-prefix";
const char kZygoteProcess[] = "zygote";
#if BUILDFLAG(ENABLE_WEBRTC)
-// Disables HW decode acceleration for WebRTC.
-const char kDisableWebRtcHWDecoding[] = "disable-webrtc-hw-decoding";
-
// Disables encryption of RTP Media for WebRTC. When Chrome embeds Content, it
// ignores this switch on its stable and beta channels.
const char kDisableWebRtcEncryption[] = "disable-webrtc-encryption";
+// Disables HW decode acceleration for WebRTC.
+const char kDisableWebRtcHWDecoding[] = "disable-webrtc-hw-decoding";
+
// Disables HW encode acceleration for WebRTC.
+const char kDisableWebRtcHWEncoding[] = "disable-webrtc-hw-encoding";
+
+// Disables HW VP8 encode acceleration for WebRTC.
const char kDisableWebRtcHWVP8Encoding[] = "disable-webrtc-hw-vp8-encoding";
// Enables Origin header in Stun messages for WebRTC.
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/media/webrtc/peer_connection_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698