| Index: trunk/src/content/browser/renderer_host/media/audio_input_device_manager.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/media/audio_input_device_manager.h (revision 272929)
|
| +++ trunk/src/content/browser/renderer_host/media/audio_input_device_manager.h (working copy)
|
| @@ -22,7 +22,6 @@
|
| #include "content/common/content_export.h"
|
| #include "content/common/media/media_stream_options.h"
|
| #include "content/public/common/media_stream_request.h"
|
| -#include "media/audio/audio_device_name.h"
|
|
|
| namespace media {
|
| class AudioManager;
|
| @@ -57,10 +56,6 @@
|
| bool ShouldUseFakeDevice() const;
|
|
|
| private:
|
| - // Used by the unittests to get a list of fake devices.
|
| - friend class MediaStreamDispatcherHostTest;
|
| - void GetFakeDeviceNames(media::AudioDeviceNames* device_names);
|
| -
|
| typedef std::vector<StreamDeviceInfo> StreamDeviceList;
|
| virtual ~AudioInputDeviceManager();
|
|
|
|
|