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

Unified Diff: media/base/media_log_event.h

Issue 10332082: Remove reporting statistics reporting from chrome://media-internals and fix event logging. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: fix year Created 8 years, 7 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/base/media_log_event.h
diff --git a/media/base/media_log_event.h b/media/base/media_log_event.h
index 4167c8936a2fdebcd2f04a9886d5e2bd1088ba54..b3015709b89e1651f2e59811103efa33160c7131 100644
--- a/media/base/media_log_event.h
+++ b/media/base/media_log_event.h
@@ -69,11 +69,6 @@ struct MediaLogEvent {
// "buffer_current": <current offset>.
// "buffer_end": <last buffered byte>.
BUFFERED_EXTENTS_CHANGED,
-
- // The recorded statistics of the media pipeline have been updated.
- // params: "audio_bytes_decoded", "video_bytes_decoded",
- // "video_frames_decoded", "video_frames_dropped": <integers>.
- STATISTICS_UPDATED,
};
int32 id;
« media/base/media_log.cc ('K') | « media/base/media_log.cc ('k') | media/base/pipeline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698