Index: content/renderer/media/media_stream_audio_processor_options.h |
diff --git a/content/renderer/media/media_stream_audio_processor_options.h b/content/renderer/media/media_stream_audio_processor_options.h |
index 1d806bf5c008f62ad6b37ab3007e97377f8fd11b..1af9c2f3ee4cd24a753357fb20dd2329522ef546 100644 |
--- a/content/renderer/media/media_stream_audio_processor_options.h |
+++ b/content/renderer/media/media_stream_audio_processor_options.h |
@@ -140,8 +140,8 @@ void GetAecStats(webrtc::EchoCancellation* echo_cancellation, |
webrtc::AudioProcessorInterface::AudioProcessorStats* stats); |
// Parses the microphone array geometry from |geometry_string| formatted as |
-// "x1 y1 z1 ... xn yn zn" for an n-microphone array. See |
-// switches::kMicrophonePositions for more detail. |
+// "x1 y1 z1 ... xn yn zn" for an n-microphone array. See the mic_positions_ |
+// member of AudioParameters for more detail. |
// |
// Returns a zero-sized vector if |geometry_string| isn't a parseable geometry. |
CONTENT_EXPORT std::vector<webrtc::Point> ParseArrayGeometry( |