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 f41db9c024051dc307f4da6fc99121ac14bf9dd8..2acd994c43f4a4e4990b61b323eef930de0e8040 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -812,6 +812,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableWebAudio, |
#endif |
switches::kDisableWebSockets, |
+ switches::kEnableExperimentalWebSocket, |
switches::kDomAutomationController, |
switches::kEnableAccessibilityLogging, |
switches::kEnableBrowserPluginForAllViewTypes, |