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

Unified Diff: media/base/filter_host.h

Issue 10753021: Move AudioRenderer out of Filter heirarchy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: thing Created 8 years, 5 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/base/filter_host.h
diff --git a/media/base/filter_host.h b/media/base/filter_host.h
index 361550e2a3a937c37950b1234ee0664c82307ede..81f1d01efc57ce7f2f47d545a571a6c11f7b72b7 100644
--- a/media/base/filter_host.h
+++ b/media/base/filter_host.h
@@ -43,10 +43,6 @@ class MEDIA_EXPORT FilterHost {
// endpoints such as renderers.
virtual void NotifyEnded() = 0;
- // Disable audio renderer by calling OnAudioRendererDisabled() on all
- // filters.
- virtual void DisableAudioRenderer() = 0;
-
protected:
virtual ~FilterHost() {}
};

Powered by Google App Engine
This is Rietveld 408576698