| 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 6cbcc00f6933119674d3f795eba9458c9eafd124..7127d4bc31a1a75b754913745f8fc7bc4313d983 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -916,6 +916,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| #if defined(ENABLE_WEBRTC)
|
| switches::kEnableWebRtcAecRecordings,
|
| switches::kEnableWebRtcTcpServerSocket,
|
| + switches::kEnableWebRtcHWDecoding,
|
| #endif
|
| #if defined(ANDROID) && !defined(GOOGLE_TV)
|
| switches::kEnableWebKitMediaSource,
|
|
|