| 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 1f24f20d221a8f5a7bfdd708dba304f70ae7d6cb..a4ec0e31dc5c664e5aa342ae1ab9f4d2c437d8ce 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -889,6 +889,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableWebPInAcceptHeader,
|
| #if defined(ENABLE_WEBRTC)
|
| switches::kEnableWebRtcAecRecordings,
|
| + switches::kEnableWebRTCHWDecoding,
|
| #endif
|
| #if defined(ANDROID) && !defined(GOOGLE_TV)
|
| switches::kEnableWebKitMediaSource,
|
|
|