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

Unified Diff: media/base/filter_collection.h

Issue 14195007: Remove media::FilterCollection::Clear() because no one calls it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | media/base/filter_collection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/filter_collection.h
diff --git a/media/base/filter_collection.h b/media/base/filter_collection.h
index 7386a1283f10a9ccb9d46ad38e8cf83ea3172970..07266c6b836bfad197ef9126c2045fe94e4515ed 100644
--- a/media/base/filter_collection.h
+++ b/media/base/filter_collection.h
@@ -34,9 +34,6 @@ class MEDIA_EXPORT FilterCollection {
void SetVideoRenderer(scoped_ptr<VideoRenderer> video_renderer);
scoped_ptr<VideoRenderer> GetVideoRenderer();
- // Remove remaining filters.
- void Clear();
-
private:
scoped_refptr<Demuxer> demuxer_;
scoped_ptr<AudioRenderer> audio_renderer_;
« no previous file with comments | « no previous file | media/base/filter_collection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698