Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: media/audio/mac/audio_auhal_mac_unittest.cc

Issue 15979015: Reland 15721002: Hook up the device selection to the WebAudio live audio (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed the comments. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/audio/mac/audio_auhal_mac_unittest.cc
diff --git a/media/audio/mac/audio_auhal_mac_unittest.cc b/media/audio/mac/audio_auhal_mac_unittest.cc
index cab8c28cd6e2bbb0fd4f3dd27602c63828c5f0ff..b4cf8c64cc65d2e8549ce156cc7ba00920028c26 100644
--- a/media/audio/mac/audio_auhal_mac_unittest.cc
+++ b/media/audio/mac/audio_auhal_mac_unittest.cc
@@ -100,7 +100,8 @@ class AudioOutputStreamWrapper {
sample_rate_, bits_per_sample_,
samples_per_packet_);
- AudioOutputStream* aos = audio_man_->MakeAudioOutputStream(params);
+ AudioOutputStream* aos = audio_man_->MakeAudioOutputStream(params,
+ std::string());
EXPECT_TRUE(aos);
return aos;
}

Powered by Google App Engine
This is Rietveld 408576698