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

Unified Diff: media/renderers/audio_renderer_impl.h

Issue 1107263004: Remove unused AudioRendererImpl::ResetDecoder() declaration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/renderers/audio_renderer_impl.h
diff --git a/media/renderers/audio_renderer_impl.h b/media/renderers/audio_renderer_impl.h
index bd11f40faf87ed801c2668efffd40cbec554ffac..234198a0da1f144040aca06a86b97e4cc84075b9 100644
--- a/media/renderers/audio_renderer_impl.h
+++ b/media/renderers/audio_renderer_impl.h
@@ -173,10 +173,6 @@ class MEDIA_EXPORT AudioRendererImpl
// completed.
void DoFlush_Locked();
- // Calls |decoder_|.Reset() and arranges for ResetDecoderDone() to get
- // called when the reset completes.
- void ResetDecoder();
-
// Called when the |decoder_|.Reset() has completed.
void ResetDecoderDone();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698