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

Unified Diff: media/base/media_log_event.h

Issue 8661002: Fire CanPlayThrough immediately for local and streaming media files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test for streaming case to DownloadRateMonitor Created 9 years, 1 month 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 8dae432e3b4a1579abfd9c01cc730bec7089264c..b65cde770ea156cb5fffd76ccadf65f81c5ef9fa 100644
--- a/media/base/media_log_event.h
+++ b/media/base/media_log_event.h
@@ -55,7 +55,7 @@ struct MediaLogEvent {
DURATION_SET,
TOTAL_BYTES_SET,
STREAMING_SET,
- LOADED_SET,
+ LOCAL_SOURCE_SET,
NETWORK_ACTIVITY_SET,
// Playback has ended.

Powered by Google App Engine
This is Rietveld 408576698