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

Unified Diff: media/base/media_log.h

Issue 547913002: MediaLog: Log selected audio/video decoder name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 6 years, 3 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.h
diff --git a/media/base/media_log.h b/media/base/media_log.h
index f342ee84fc44185d8590c3ce5c6c2700a7904d45..1fa1bf8fa4e5af58b42510a66be11b54a0373bad 100644
--- a/media/base/media_log.h
+++ b/media/base/media_log.h
@@ -67,6 +67,7 @@ class MEDIA_EXPORT MediaLog : public base::RefCountedThreadSafe<MediaLog> {
int64 start, int64 current, int64 end);
scoped_ptr<MediaLogEvent> CreateMediaSourceErrorEvent(
const std::string& error);
+ scoped_ptr<MediaLogEvent> CreateInfoEvent(const std::string& info);
// Report a property change without an accompanying event.
void SetStringProperty(const char* key, const std::string& value);
« no previous file with comments | « media/base/audio_decoder.h ('k') | media/base/media_log.cc » ('j') | media/base/media_log.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698