| Index: media/audio/mac/audio_manager_mac.h
|
| ===================================================================
|
| --- media/audio/mac/audio_manager_mac.h (revision 189875)
|
| +++ media/audio/mac/audio_manager_mac.h (working copy)
|
| @@ -38,16 +38,6 @@
|
| virtual AudioInputStream* MakeLowLatencyInputStream(
|
| const AudioParameters& params, const std::string& device_id) OVERRIDE;
|
|
|
| - static bool GetDefaultOutputDevice(AudioDeviceID* device);
|
| -
|
| - static bool GetDefaultOutputChannels(int* channels,
|
| - int* channels_per_frame);
|
| -
|
| - static bool GetDeviceChannels(AudioDeviceID device,
|
| - AudioObjectPropertyScope scope,
|
| - int* channels,
|
| - int* channels_per_frame);
|
| -
|
| protected:
|
| virtual ~AudioManagerMac();
|
|
|
|
|