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

Unified Diff: media/filters/file_data_source.h

Issue 6625059: Implementing preload=metadata for video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests and added unit tests Created 9 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: media/filters/file_data_source.h
diff --git a/media/filters/file_data_source.h b/media/filters/file_data_source.h
index 0539a36da479e140bf4b12aefb9e0d924b3fefbd..27e0d0ed6125f5371ab56927f04f0fe29beb3503 100644
--- a/media/filters/file_data_source.h
+++ b/media/filters/file_data_source.h
@@ -32,6 +32,7 @@ class FileDataSource : public DataSource {
ReadCallback* read_callback);
virtual bool GetSize(int64* size_out);
virtual bool IsStreaming();
+ virtual void SetPreload(Preload preload);
private:
// Only allow factories and tests to create this object.

Powered by Google App Engine
This is Rietveld 408576698