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 2118fccf1a99a7f414210956371480099ce89bf9..7c62f4ceadd8b5bb35b7b6ea7b6fd6be3ccd19ea 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -646,6 +646,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, |