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

Unified Diff: media/base/media_log_event.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_event.h
diff --git a/media/base/media_log_event.h b/media/base/media_log_event.h
index ee21d001ab5809f2f24de0901c11354bde4a01b3..9500855e554bf9c9634832f4df6f28b23307a1e2 100644
--- a/media/base/media_log_event.h
+++ b/media/base/media_log_event.h
@@ -89,7 +89,10 @@ struct MediaLogEvent {
// A property has changed without any special event occurring.
PROPERTY_CHANGE,
- TYPE_LAST = PROPERTY_CHANGE
+ // Any info that's worth logging.
+ INFO,
+
+ TYPE_LAST = INFO
};
int32 id;

Powered by Google App Engine
This is Rietveld 408576698