| Index: media/audio/mac/audio_output_mac.cc
|
| diff --git a/media/audio/mac/audio_output_mac.cc b/media/audio/mac/audio_output_mac.cc
|
| index 4d7c6bb635c9b1ca6cd7e189a7d36d738c21d3fa..657e91a14760d5f49a118db6f16b2e6e8eaf653e 100644
|
| --- a/media/audio/mac/audio_output_mac.cc
|
| +++ b/media/audio/mac/audio_output_mac.cc
|
| @@ -145,10 +145,6 @@ void PCMQueueOutAudioOutputStream::GetVolume(double* left_level,
|
| // TODO(cpu): Implement.
|
| }
|
|
|
| -size_t PCMQueueOutAudioOutputStream::GetNumBuffers() {
|
| - return kNumBuffers;
|
| -}
|
| -
|
| // Note to future hackers of this function: Do not add locks here because we
|
| // call out to third party source that might do crazy things including adquire
|
| // external locks or somehow re-enter here because its legal for them to call
|
|
|