Index: webkit/media/filter_helpers.h |
diff --git a/webkit/media/filter_helpers.h b/webkit/media/filter_helpers.h |
index f5104f1581116382d235c21da3ef642db6b8139e..f3d93c6af42c27c3c55d0c5eafb84df3ac7f2e58 100644 |
--- a/webkit/media/filter_helpers.h |
+++ b/webkit/media/filter_helpers.h |
@@ -25,18 +25,6 @@ class WebURL; |
namespace webkit_media { |
-class MediaStreamClient; |
- |
-// Builds the required filters for handling media stream URLs and adds them to |
-// |filter_collection| returning true if successful. |
-// |
-// |filter_collection| is not modified if this method returns false. |
-bool BuildMediaStreamCollection( |
- const WebKit::WebURL& url, |
- MediaStreamClient* client, |
- const scoped_refptr<base::MessageLoopProxy>& message_loop, |
- media::FilterCollection* filter_collection); |
- |
// Builds the required filters for handling media source URLs, adds them to |
// |filter_collection|. |
void BuildMediaSourceCollection( |