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

Unified Diff: webkit/media/webmediaplayer_impl.h

Issue 10808087: Remove use of PipelineStatus from BufferedDataSource and FileDataSource. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 8 years, 5 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 8916b2895e961ea7f076e375f35884e50b24c2c8..b8b1436f3938e7b67444d2485a4d9d2e99551d00 100644
--- a/webkit/media/webmediaplayer_impl.h
+++ b/webkit/media/webmediaplayer_impl.h
@@ -256,7 +256,7 @@ class WebMediaPlayerImpl
private:
// Called after asynchronous initialization of a data source completed.
- void DataSourceInitialized(const GURL& gurl, media::PipelineStatus status);
+ void DataSourceInitialized(const GURL& gurl, bool status);
// Called when the data source is downloading or paused.
void NotifyDownloading(bool is_downloading);

Powered by Google App Engine
This is Rietveld 408576698