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

Unified Diff: media/base/media_log_event.h

Issue 7591001: Log BufferedResourceLoader events to MediaLog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Picking nits. Created 9 years, 4 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
« no previous file with comments | « media/base/media_log.cc ('k') | webkit/glue/media/buffered_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_log_event.h
diff --git a/media/base/media_log_event.h b/media/base/media_log_event.h
index dd1735e27c920bab65e3785689cbe7c5dfb75ec6..0c8e3da0408b7fb8fea74dd3190cf8636fb15f83 100644
--- a/media/base/media_log_event.h
+++ b/media/base/media_log_event.h
@@ -26,6 +26,12 @@ struct MediaLogEvent {
// params: none.
PLAY,
PAUSE,
+
+ // The extents of the sliding buffer have changed.
+ // params: "buffer_start": <first buffered byte>.
+ // "buffer_current": <current offset>.
+ // "buffer_end": <last buffered byte>.
+ BUFFERED_EXTENTS_CHANGED,
};
int32 id;
« no previous file with comments | « media/base/media_log.cc ('k') | webkit/glue/media/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698