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

Unified Diff: webkit/glue/media/web_data_source.h

Issue 7484054: Migrate Pipeline & PipelineImpl to PipelineStatusCB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates needed because DataSourceFactory & DemuxerFactory patches were reverted. Created 9 years, 4 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/glue/media/web_data_source.h
diff --git a/webkit/glue/media/web_data_source.h b/webkit/glue/media/web_data_source.h
index 8a581f681d130b16410034368df78ab66796d2da..3e5869d91884567a2bcb33a4f929bf2c3340374b 100644
--- a/webkit/glue/media/web_data_source.h
+++ b/webkit/glue/media/web_data_source.h
@@ -21,7 +21,7 @@ class WebDataSource : public media::DataSource {
// Initialize this object using |url|. This object calls |callback| when
// initialization has completed.
virtual void Initialize(const std::string& url,
- media::PipelineStatusCallback* callback) = 0;
+ const media::PipelineStatusCB& callback) = 0;
// Called to cancel initialization. The callback passed in Initialize() will
// be destroyed and will not be called after this method returns. Once this

Powered by Google App Engine
This is Rietveld 408576698