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

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

Issue 2358683002: Android: enable/disable WebRTC HW H264 with a flag. (Closed)
Patch Set: add back the removed entry in software_rendering_list_jason.cc and remove the change in gpu_data_manager_impl_private.cc Created 4 years, 2 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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index f8d81c605b63ce284a41d480e44212f615c52fc6..8a7e4d125a4b0ada6686226bef02e9922e5f239e 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -261,6 +261,9 @@ CONTENT_EXPORT extern const char kZygoteProcess[];
CONTENT_EXPORT extern const char kDisableWebRtcHWDecoding[];
CONTENT_EXPORT extern const char kDisableWebRtcEncryption[];
CONTENT_EXPORT extern const char kDisableWebRtcHWEncoding[];
+CONTENT_EXPORT extern const char kDisableWebRtcHWEncodingVPx[];
+CONTENT_EXPORT extern const char kDisableWebRtcHWEncodingH264[];
+CONTENT_EXPORT extern const char kDisableWebRtcHWEncodingNone[];
CONTENT_EXPORT extern const char kEnableWebRtcDtls12[];
CONTENT_EXPORT extern const char kEnableWebRtcHWH264Encoding[];
CONTENT_EXPORT extern const char kEnableWebRtcStunOrigin[];

Powered by Google App Engine
This is Rietveld 408576698