| 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 1f6492b54e26fdcbb21e5487044dea947e2ccf8b..301246da7b7226dc0e9810cc9393da77b6921a1e 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -941,6 +941,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableWebRtcAecRecordings,
|
| switches::kEnableWebRtcTcpServerSocket,
|
| switches::kEnableWebRtcHWDecoding,
|
| + switches::kEnableWebRtcHWEncoding,
|
| #endif
|
| switches::kDisableWebKitMediaSource,
|
| switches::kEnableOverscrollNotifications,
|
|
|