| Index: media/audio/audio_manager.h
|
| diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h
|
| index 65632515a3c60d3f3764695fcb538c2297e5235c..c5a7cdd949b96f912b1ca50aca03da4439bae293 100644
|
| --- a/media/audio/audio_manager.h
|
| +++ b/media/audio/audio_manager.h
|
| @@ -251,6 +251,9 @@ class MEDIA_EXPORT AudioManager {
|
| // Gets the name of the audio manager (e.g., Windows, Mac, PulseAudio).
|
| virtual const char* GetName() = 0;
|
|
|
| + // Limits the number of streams that can be created for testing purposes.
|
| + virtual void SetMaxStreamCountForTesting(int max_input, int max_output);
|
| +
|
| protected:
|
| AudioManager(scoped_refptr<base::SingleThreadTaskRunner> task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> worker_task_runner);
|
|
|