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

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

Issue 2852193002: PDF: Add UMA to track successful / failed PDF loads (Closed)
Patch Set: change to count Created 3 years, 7 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:
Download patch
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | 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 8b5dd5c804e344df612a0a8530a124c680d98038..56c3aa6e13808538105cba946254006e57b3158c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49980,6 +49980,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PDF.LoadStatus" enum="PDFLoadStatus">
+ <owner>tommycli@chromium.org</owner>
+ <summary>
+ Tracks what happens when Chrome tries to load a PDF. This metric tracks all
+ cases, but is focused on measuring failed PDF embeds, which occur if the
+ user is on Android, or if PDF plugin is disabled.
+ </summary>
+</histogram>
+
<histogram name="Pepper.Graphics3DHasShareGroup" units="BooleanShareGroup">
<owner>jbauman@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698