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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 9860027: Remove DemuxerFactory and URL parameter from Pipeline. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: added some todos Created 8 years, 9 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/webmediaplayer_impl.h
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h
index bb96828f0029ded326472853bdc0fdf62c23300e..fc803a37211cf8a813d200b45581ae812a9e4539 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -205,7 +205,7 @@ class WebMediaPlayerImpl
void DataSourceInitialized(const GURL& gurl, media::PipelineStatus status);
// Finishes starting the pipeline due to a call to load().
- void StartPipeline(const GURL& gurl);
+ void StartPipeline();
// Helpers that set the network/ready state and notifies the client if
// they've changed.

Powered by Google App Engine
This is Rietveld 408576698