Index: content/renderer/media/buffered_data_source_host_impl.h |
diff --git a/content/renderer/media/buffered_data_source_host_impl.h b/content/renderer/media/buffered_data_source_host_impl.h |
index 301b08ea966b41dba852e2d675d6e90b35622497..d04d4671cc5ea216e38e525c8441beaed20071f0 100644 |
--- a/content/renderer/media/buffered_data_source_host_impl.h |
+++ b/content/renderer/media/buffered_data_source_host_impl.h |
@@ -25,9 +25,10 @@ class CONTENT_EXPORT BufferedDataSourceHostImpl |
virtual void AddBufferedByteRange(int64 start, int64 end) OVERRIDE; |
// Translate the byte ranges to time ranges and append them to the list. |
+ // TODO(sandersd): This is a confusing name, find something better. |
void AddBufferedTimeRanges( |
media::Ranges<base::TimeDelta>* buffered_time_ranges, |
- base::TimeDelta media_duration); |
+ base::TimeDelta media_duration) const; |
bool DidLoadingProgress(); |