Index: chrome/browser/notifications/notification_audio_controller.cc |
diff --git a/chrome/browser/notifications/notification_audio_controller.cc b/chrome/browser/notifications/notification_audio_controller.cc |
index 4fd26c66e682e7f5d0f41092b5d07b4caf5ee48f..ec7f090c068b65ba3cd10f007370ee79e9e52882 100644 |
--- a/chrome/browser/notifications/notification_audio_controller.cc |
+++ b/chrome/browser/notifications/notification_audio_controller.cc |
@@ -251,7 +251,7 @@ bool NotificationAudioController::AudioHandler::StartPlayingSound( |
if (!params.IsValid()) |
return false; |
- stream_ = audio_manager_->MakeAudioOutputStreamProxy(params); |
+ stream_ = audio_manager_->MakeAudioOutputStreamProxy(params, std::string()); |
if (!stream_->Open()) { |
DLOG(ERROR) << "Failed to open the output stream"; |
stream_->Close(); |