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

Unified Diff: content/browser/renderer_host/media/audio_renderer_host.h

Issue 9858007: Fix a couple of regressions that made it in before the weekend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix media tests Created 8 years, 9 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: content/browser/renderer_host/media/audio_renderer_host.h
diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h
index a9ca80f1951aeac5ccb61db6cdd2a49642c6b66b..a50653151265ee37a6a4edee9d2f95e2ad949da6 100644
--- a/content/browser/renderer_host/media/audio_renderer_host.h
+++ b/content/browser/renderer_host/media/audio_renderer_host.h
@@ -159,9 +159,6 @@ class CONTENT_EXPORT AudioRendererHost
// is closed.
void CloseAndDeleteStream(AudioEntry* entry);
- // Called on the audio thread after the audio stream is closed.
- void OnStreamClosed(AudioEntry* entry);
-
// Delete an audio entry and close the related audio stream.
void DeleteEntry(AudioEntry* entry);

Powered by Google App Engine
This is Rietveld 408576698