Index: media/audio/audio_manager.h |
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h |
index 628eee90b29791eaa2e8541b6b947727a70602ed..eb94831fadbf3dcd03f33a2f381764854f44016a 100644 |
--- a/media/audio/audio_manager.h |
+++ b/media/audio/audio_manager.h |
@@ -93,7 +93,7 @@ class MEDIA_EXPORT AudioManager { |
// Do not free the returned AudioInputStream. It is owned by AudioManager. |
// When you are done with it, call |Stop()| and |Close()| to release it. |
virtual AudioInputStream* MakeAudioInputStream( |
- const AudioParameters& params) = 0; |
+ const AudioParameters& params, const std::string& device_id) = 0; |
// Muting continues playback but effectively the volume is set to zero. |
// Un-muting returns the volume to the previous level. |