Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index f0fc5daaf931a797407ff563eccf33fdc3414632..4d3c4c564b1e580de4c7975956332763e3bedbcb 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -865,10 +865,6 @@ const char kZygoteCmdPrefix[] = "zygote-cmd-prefix"; |
const char kZygoteProcess[] = "zygote"; |
#if defined(ENABLE_WEBRTC) |
-// Disables audio processing in a MediaStreamTrack. When this flag is on, AEC, |
-// NS and AGC will be done in PeerConnection instead of MediaStreamTrack. |
-const char kDisableAudioTrackProcessing[] = "disable-audio-track-processing"; |
- |
// Disables HW decode acceleration for WebRTC. |
const char kDisableWebRtcHWDecoding[] = "disable-webrtc-hw-decoding"; |