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

Unified Diff: tools/metrics/histograms/enums.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 | « chrome/renderer/plugins/plugin_uma.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 7baf69da8b7b91a334b6953c05e38b20ceace6f3..8579a842b4a5b447335a6846d16925e781684685 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -27165,6 +27165,12 @@ from previous Chrome versions.
<int value="2" label="Has Bookmarks"/>
</enum>
+<enum name="PDFLoadStatus" type="int">
+ <int value="0" label="Loaded a full-page PDF with PDFium"/>
+ <int value="1" label="Loaded an embedded PDF with PDFium"/>
+ <int value="2" label="Showed disabled plugin placeholder for embedded PDF"/>
+</enum>
+
<enum name="PeerConnectionCounters" type="int">
<int value="0" label="PeerConnection enabled with IPv4."/>
<int value="1" label="PeerConnection enabled with Ipv6."/>
« no previous file with comments | « chrome/renderer/plugins/plugin_uma.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698