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

Unified Diff: webkit/media/filter_helpers.h

Issue 12320078: Delete old RTCVideoDecoder code path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add svn revision Created 7 years, 10 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: 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(

Powered by Google App Engine
This is Rietveld 408576698