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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 16327002: android: Implement single origin and CORS check for video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits. Created 7 years, 6 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 | « content/content_tests.gypi ('k') | webkit/renderer/media/android/webmediaplayer_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1451653a5efb4764ca58280293d810badd1a0a6b..7c886048dc5855fef812a173e075ee295f957bfc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3367,6 +3367,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Media.InfoLoadDelay" units="milliseconds">
+ <summary>
+ The time it takes to perform redirect tracking and a CORS access check while
+ preparing to play a media file.
+ </summary>
+</histogram>
+
<histogram name="Media.LinuxAudioIO" enum="LinuxAudioIO">
<summary>
Audio IO layer used by the Linux OS, sampled once at startup of the browser.
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/renderer/media/android/webmediaplayer_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698