| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index c4c30d20147dadb9ac8998c4ae13ff5c429f5ea4..7c9e0883a6bf6fcc50b2215261ba38c1af48ffad 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1814,7 +1814,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| #endif
|
| #if BUILDFLAG(ENABLE_WEBRTC)
|
| switches::kDisableWebRtcHWDecoding,
|
| - switches::kDisableWebRtcHWVP8Encoding,
|
| + switches::kDisableWebRtcHWEncoding,
|
| switches::kEnableWebRtcStunOrigin,
|
| switches::kEnforceWebRtcIPPermissionCheck,
|
| switches::kForceWebRtcIPHandlingPolicy,
|
|
|