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

Unified Diff: media/filters/pipeline_integration_test_base.cc

Issue 10905236: Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO Created 8 years, 3 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 | « media/filters/pipeline_integration_test_base.h ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/pipeline_integration_test_base.cc
diff --git a/media/filters/pipeline_integration_test_base.cc b/media/filters/pipeline_integration_test_base.cc
index ec283f203d081f67b759bd75e8ac938389a3baf1..6aae5268068839ad32f8ca35414d5eb65d2a6246 100644
--- a/media/filters/pipeline_integration_test_base.cc
+++ b/media/filters/pipeline_integration_test_base.cc
@@ -188,13 +188,6 @@ PipelineIntegrationTestBase::CreateFilterCollection(const std::string& url) {
scoped_ptr<FilterCollection>
PipelineIntegrationTestBase::CreateFilterCollection(
- ChunkDemuxerClient* client,
- Decryptor* decryptor) {
- return CreateFilterCollection(new ChunkDemuxer(client), decryptor);
-}
-
-scoped_ptr<FilterCollection>
-PipelineIntegrationTestBase::CreateFilterCollection(
const scoped_refptr<Demuxer>& demuxer,
Decryptor* decryptor) {
scoped_ptr<FilterCollection> collection(new FilterCollection());
« no previous file with comments | « media/filters/pipeline_integration_test_base.h ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698