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

Unified Diff: chromecast/media/audio/cast_audio_output_stream_unittest.cc

Issue 1864483002: Forward output glitch information from stream WebRTC log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
« no previous file with comments | « chromecast/media/audio/cast_audio_manager.cc ('k') | components/audio_modem/audio_recorder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/audio/cast_audio_output_stream_unittest.cc
diff --git a/chromecast/media/audio/cast_audio_output_stream_unittest.cc b/chromecast/media/audio/cast_audio_output_stream_unittest.cc
index 77db4c26dd58d4071f42d01470b440b1e9bb39ae..76208f668cbbb169bda298a7b22095fd0fa762ba 100644
--- a/chromecast/media/audio/cast_audio_output_stream_unittest.cc
+++ b/chromecast/media/audio/cast_audio_output_stream_unittest.cc
@@ -235,8 +235,9 @@ class CastAudioOutputStreamTest : public ::testing::Test {
}
::media::AudioOutputStream* CreateStream() {
- return audio_manager_->MakeAudioOutputStream(GetAudioParams(),
- kDefaultDeviceId);
+ return audio_manager_->MakeAudioOutputStream(
+ GetAudioParams(), kDefaultDeviceId,
+ ::media::AudioManager::LogCallback());
}
// Runs the messsage loop for duration equivalent to the given number of
« no previous file with comments | « chromecast/media/audio/cast_audio_manager.cc ('k') | components/audio_modem/audio_recorder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698