Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index e11e0e2ba9010cc19c3ae3f80841168f9383562d..f5a60d99eabd1344ae5212b5c6c3273b5e4950eb 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -888,8 +888,8 @@ const char kZygoteProcess[] = "zygote"; |
// Disable WebRTC device enumeration. |
const char kDisableDeviceEnumeration[] = "disable-device-enumeration"; |
-// Enable WebRTC DataChannels SCTP wire protocol support. |
-const char kEnableSCTPDataChannels[] = "enable-sctp-data-channels"; |
+// Disable WebRTC DataChannels SCTP wire protocol support. |
+const char kDisableSCTPDataChannels[] = "disable-sctp-data-channels"; |
// Enables WebRTC AEC recordings. |
const char kEnableWebRtcAecRecordings[] = "enable-webrtc-aec-recordings"; |