| Index: media/audio/mac/audio_manager_mac.h
|
| ===================================================================
|
| --- media/audio/mac/audio_manager_mac.h (revision 86276)
|
| +++ media/audio/mac/audio_manager_mac.h (working copy)
|
| @@ -25,6 +25,7 @@
|
| virtual AudioInputStream* MakeAudioInputStream(AudioParameters params);
|
| virtual void MuteAll();
|
| virtual void UnMuteAll();
|
| + virtual void GetDeviceNames(media::AudioDeviceNames* device_names);
|
|
|
| // Mac-only method to free the streams created by above facoty methods.
|
| // They are called internally by the respective audio stream when it has
|
|
|