Index: media/audio/audio_input_controller.cc |
diff --git a/media/audio/audio_input_controller.cc b/media/audio/audio_input_controller.cc |
index 323de9615814a081afa02c6aa93e7d7a7c740def..3e134aafc8533df532f2b9934478e3cc748ca95d 100644 |
--- a/media/audio/audio_input_controller.cc |
+++ b/media/audio/audio_input_controller.cc |
@@ -559,6 +559,8 @@ void AudioInputController::OnData(AudioInputStream* stream, |
return; |
} |
+ DVLOG(1) << "AIC::OnData: " << source->frames(); |
+ |
// TODO(henrika): Investigate if we can avoid the extra copy here. |
// (see http://crbug.com/249316 for details). AFAIK, this scope is only |
// active for WebSpeech clients. |