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 f29affbfc2841f0afc36928b508faf1c3729d9a0..18188d2ac8334db8fe7fa7e4167f4e503f9291d6 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -874,7 +874,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableWebAudio, |
#if defined(ENABLE_WEBRTC) |
switches::kDisableDeviceEnumeration, |
- switches::kEnableSCTPDataChannels, |
+ switches::kDisableSCTPDataChannels, |
#endif |
switches::kEnableWebAnimationsCSS, |
switches::kEnableWebAnimationsSVG, |