| 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 3dca1b3cb7e75eea29e27a007fbf5038d317d1c7..f07798fb92b5107bf621a76a67a53a699f248c57 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -645,6 +645,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| // Propagate the following switches to the renderer command line (along
|
| // with any associated values) if present in the browser command line.
|
| static const char* const kSwitchNames[] = {
|
| + switches::kAllowNaClSocketAPI,
|
| // We propagate the Chrome Frame command line here as well in case the
|
| // renderer is not run in the sandbox.
|
| switches::kAuditAllHandles,
|
|
|