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

Unified Diff: media/base/media_log.h

Issue 13870004: Expose MEDIA_STATISTICS stats to chrome://media-internals. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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 | « no previous file | media/base/media_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_log.h
diff --git a/media/base/media_log.h b/media/base/media_log.h
index e776ef6a8b80026adf09425c038ff412a271ff51..cfb16e08530782253995a96ff477faf079034025 100644
--- a/media/base/media_log.h
+++ b/media/base/media_log.h
@@ -67,6 +67,8 @@ class MEDIA_EXPORT MediaLog : public base::RefCountedThreadSafe<MediaLog> {
size_t start, size_t current, size_t end);
scoped_ptr<MediaLogEvent> CreateMediaSourceErrorEvent(
const std::string& error);
+ scoped_ptr<MediaLogEvent> CreatePipelineStatisticsChangedEvent(
+ const PipelineStatistics& stats);
protected:
friend class base::RefCountedThreadSafe<MediaLog>;
« no previous file with comments | « no previous file | media/base/media_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698