| Index: media/audio/pulse/pulse_input.cc
|
| diff --git a/media/audio/pulse/pulse_input.cc b/media/audio/pulse/pulse_input.cc
|
| index 3509d273bcfe6c69744ec09402e1d558ee67f004..4976b5610eda39d309f3a347de448a0ce9e494b2 100644
|
| --- a/media/audio/pulse/pulse_input.cc
|
| +++ b/media/audio/pulse/pulse_input.cc
|
| @@ -281,9 +281,6 @@ void PulseAudioInputStream::ReadData() {
|
| hardware_delay += fifo_.GetAvailableFrames() * params_.GetBytesPerFrame();
|
| callback_->OnData(this, audio_bus, hardware_delay, normalized_volume);
|
|
|
| - // TODO(xians): Remove once PPAPI is using circular buffers.
|
| - DVLOG(1) << "OnData is being called consecutively, sleep 5ms to "
|
| - << "wait until render consumes the data";
|
| base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(5));
|
| }
|
|
|
|
|