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 d63f7767e0e750b70eea16f74f2598284ef81ee2..e6bc67a54c299250f6e59d8384012a252dd89222 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, |