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 4f05460f030838d40330e7094450a4a30233219f..23dcde39638513a08b8f9ff82d024634fbb7acc0 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -652,6 +652,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, |