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

Unified Diff: media/filters/file_data_source.cc

Issue 6625059: Implementing preload=metadata for video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing enums 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.cc
diff --git a/media/filters/file_data_source.cc b/media/filters/file_data_source.cc
index 98a434dbcebb304dd8c402d0b97d0d1947a8e1fb..b3a322868549d43a51457085c75b886f8b4b00ca 100644
--- a/media/filters/file_data_source.cc
+++ b/media/filters/file_data_source.cc
@@ -116,4 +116,7 @@ bool FileDataSource::IsStreaming() {
return false;
}
+void FileDataSource::SetPreload(Preload preload) {
scherkus (not reviewing) 2011/03/31 23:40:21 nit: empty methods should be {} if it's a one-line
vrk (LEFT CHROMIUM) 2011/04/01 22:52:12 Done.
+}
+
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698