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