| Index: media/audio/sounds/audio_stream_handler.cc
|
| diff --git a/media/audio/sounds/audio_stream_handler.cc b/media/audio/sounds/audio_stream_handler.cc
|
| index f28635645a4873d51fc72f32f661e3716e7dfbe0..9452f04b02aa34b270aa2aa618d8a933527bd6c1 100644
|
| --- a/media/audio/sounds/audio_stream_handler.cc
|
| +++ b/media/audio/sounds/audio_stream_handler.cc
|
| @@ -59,7 +59,7 @@ class AudioStreamHandler::AudioStreamContainer
|
| p.bits_per_sample(),
|
| kDefaultFrameCount);
|
| stream_ = AudioManager::Get()->MakeAudioOutputStreamProxy(
|
| - params, std::string(), std::string());
|
| + params, std::string());
|
| if (!stream_ || !stream_->Open()) {
|
| LOG(ERROR) << "Failed to open an output stream.";
|
| return;
|
|
|