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

Unified Diff: media/base/media_log_event.h

Issue 2160963002: Add watch time metrics for HTML5 media playback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments. Created 4 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') | media/blink/BUILD.gn » ('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 a5427fbd4b87bb5f99a24546c12b8adb520e052f..73d81dcaf1da192770a812c8c12ce40d32e4663a 100644
--- a/media/base/media_log_event.h
+++ b/media/base/media_log_event.h
@@ -95,7 +95,10 @@ struct MediaLogEvent {
// A property has changed without any special event occurring.
PROPERTY_CHANGE,
- TYPE_LAST = PROPERTY_CHANGE
+ // Indicates that updated watch time statistics are available.
+ WATCH_TIME_UPDATE,
+
+ TYPE_LAST = WATCH_TIME_UPDATE
};
int32_t id;
« no previous file with comments | « media/base/media_log.cc ('k') | media/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698