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

Unified Diff: content/renderer/media/render_media_log.cc

Issue 2625233003: Don't log watch time media events (Closed)
Patch Set: Created 3 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/render_media_log.cc
diff --git a/content/renderer/media/render_media_log.cc b/content/renderer/media/render_media_log.cc
index f1b32b40e6a473de7a3b7c8136407c4715297c80..1b3eeb53c61cf476456ab0bace584891145ec45d 100644
--- a/content/renderer/media/render_media_log.cc
+++ b/content/renderer/media/render_media_log.cc
@@ -31,6 +31,7 @@ void Log(media::MediaLogEvent* event) {
<< media::MediaLog::MediaEventToLogString(*event);
} else if (event->type != media::MediaLogEvent::BUFFERED_EXTENTS_CHANGED &&
event->type != media::MediaLogEvent::PROPERTY_CHANGE &&
+ event->type != media::MediaLogEvent::WATCH_TIME_UPDATE &&
event->type != media::MediaLogEvent::NETWORK_ACTIVITY_SET) {
MEDIA_EVENT_LOG_UTILITY << "MediaEvent: "
<< media::MediaLog::MediaEventToLogString(*event);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698