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

Unified Diff: content/renderer/media/audio_renderer_impl_unittest.cc

Issue 9310028: Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to use PipelineStatusCB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix AudioRendererImplTest Created 8 years, 11 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 | « no previous file | media/base/composite_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/audio_renderer_impl_unittest.cc
diff --git a/content/renderer/media/audio_renderer_impl_unittest.cc b/content/renderer/media/audio_renderer_impl_unittest.cc
index f760798adf9e12f8533392dddeb6e8dfcd0cc3e5..37586d53b0e5c944f27e3348b406aec69b82f7d6 100644
--- a/content/renderer/media/audio_renderer_impl_unittest.cc
+++ b/content/renderer/media/audio_renderer_impl_unittest.cc
@@ -106,7 +106,8 @@ class AudioRendererImplTest
// Create and initialize the audio renderer.
renderer_ = new TestAudioRendererImpl(default_sink.get());
- renderer_->Initialize(decoder_, media::NewExpectedClosure(),
+ renderer_->Initialize(decoder_,
+ media::NewExpectedStatusCB(media::PIPELINE_OK),
NewUnderflowClosure());
// We need an event to verify that all tasks are done before leaving
« no previous file with comments | « no previous file | media/base/composite_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698