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

Unified Diff: media/base/media_log_event.h

Issue 503053007: Revert of media: Introduce Renderer interface and RendererImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/base/mock_filters.h » ('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 ee21d001ab5809f2f24de0901c11354bde4a01b3..c93c8a4e5b1591df498625d99807ffbe3714050e 100644
--- a/media/base/media_log_event.h
+++ b/media/base/media_log_event.h
@@ -70,10 +70,9 @@
TOTAL_BYTES_SET,
NETWORK_ACTIVITY_SET,
- // Audio/Video stream playback has ended.
- ENDED,
-
- // Text stream playback has ended.
+ // Audio/Video/Text stream playback has ended.
+ AUDIO_ENDED,
+ VIDEO_ENDED,
TEXT_ENDED,
// The extents of the sliding buffer have changed.
« no previous file with comments | « media/base/media_log.cc ('k') | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698