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

Unified Diff: media/base/android/media_statistics.h

Issue 1537583002: Trigger MSE players UMA by user events only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 5 years 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/android/media_source_player.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_statistics.h
diff --git a/media/base/android/media_statistics.h b/media/base/android/media_statistics.h
index 5b6daabbd7d11cf629f49163c85ab493ed854da0..1e76c360c63161efc74adaacd67083960237e6f1 100644
--- a/media/base/android/media_statistics.h
+++ b/media/base/android/media_statistics.h
@@ -57,12 +57,12 @@ class MediaStatistics {
// Returns the frame statistics for video frames.
FrameStatistics& video_frame_stats() { return video_frame_stats_; }
- // Starts gathering statistics. When called in a row only the firts call will
+ // Starts gathering statistics. When called in a row only the first call will
// take effect.
void Start(base::TimeDelta current_playback_time);
// Stops gathering statistics, calculate and report results. When called
- // in a row only the firts call will take effect.
+ // in a row only the first call will take effect.
void StopAndReport(base::TimeDelta current_playback_time);
// Adds starvation event. Starvation happens when the player interrupts
« no previous file with comments | « media/base/android/media_source_player.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698