Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index a4fc77ec333ef56747fe794f8416a2af19c270a2..5f856eb6801595f5c5a5379ba44f4136cc751e2e 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -878,10 +878,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"; |