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

Unified Diff: media/filters/file_data_source.h

Issue 8661002: Fire CanPlayThrough immediately for local and streaming media files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix media/event-attributes.html Created 9 years, 1 month 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: media/filters/file_data_source.h
diff --git a/media/filters/file_data_source.h b/media/filters/file_data_source.h
index 0a2685580ce81d3b3643ce569e151e6b5e99b179..290da0c8e4b5357acd660522667ece5023d7f032 100644
--- a/media/filters/file_data_source.h
+++ b/media/filters/file_data_source.h
@@ -34,6 +34,7 @@ class MEDIA_EXPORT FileDataSource : public DataSource {
virtual bool IsStreaming() OVERRIDE;
virtual void SetPreload(Preload preload) OVERRIDE;
virtual void SetBitrate(int bitrate) OVERRIDE;
+ virtual bool IsLocalSource() OVERRIDE;
private:
// Only allow factories and tests to create this object.

Powered by Google App Engine
This is Rietveld 408576698