Index: media/base/media_log.h |
diff --git a/media/base/media_log.h b/media/base/media_log.h |
index fcf0c31714540ebd7cb5f360ce7d80add4a27703..28c59160cd97538a0ce64762f5f41ff6ad5cc804 100644 |
--- a/media/base/media_log.h |
+++ b/media/base/media_log.h |
@@ -22,6 +22,7 @@ class MediaLog : public base::RefCountedThreadSafe<MediaLog> { |
// Methods called by loggers when events occur. These generate appropriate |
// event parameters so the caller need not worry about them. |
void Load(const std::string& url); |
+ void SetBufferedExtents(size_t start, size_t current, size_t end); |
scherkus (not reviewing)
2011/08/08 23:18:25
hrmm.. I find these method names misleading
would
Scott Franklin
2011/08/09 00:27:27
I was trying to make calling log functions concise
|
// Add an event to this log. Overriden by inheritors to actually do something |
// with it. |