| Index: content/renderer/media/audio_hardware.h
|
| diff --git a/content/renderer/media/audio_hardware.h b/content/renderer/media/audio_hardware.h
|
| index 30c423305b2e13ce858966bb9baa650891988195..4d00246e8a5381483f4baaa4ba054ad89db55937 100644
|
| --- a/content/renderer/media/audio_hardware.h
|
| +++ b/content/renderer/media/audio_hardware.h
|
| @@ -28,10 +28,6 @@ CONTENT_EXPORT int GetInputSampleRate();
|
| // Must be used in conjunction with AUDIO_PCM_LOW_LATENCY.
|
| CONTENT_EXPORT size_t GetOutputBufferSize();
|
|
|
| -// Computes a buffer size based on the given |sample_rate|. Must be used in
|
| -// conjunction with AUDIO_PCM_LINEAR.
|
| -CONTENT_EXPORT size_t GetHighLatencyOutputBufferSize(int sample_rate);
|
| -
|
| // Fetch the audio channel layout for the default input device.
|
| // Must be called from RenderThreadImpl::current().
|
| CONTENT_EXPORT ChannelLayout GetInputChannelLayout();
|
|
|