Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index f4793f5363a4545224257b03d23d3a70cc94aae7..5a8b690d41975d02242ff1f168f4141ec3b6cc76 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -30872,6 +30872,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="PDF.DocumentFeature" enum="PDFFeatures"> |
+ <owner>tsergeant@chromium.org</owner> |
+ <summary> |
+ Tracks which features are used by documents opened in the PDF viewer, logged |
+ when the document finishes loading. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Pepper.InterfaceUsed" enum="PepperInterface"> |
<owner>mackinlay@google.com</owner> |
<owner>teravest@chromium.org</owner> |
@@ -68094,6 +68102,12 @@ To add a new entry, add it with any value and run test to compute valid value. |
<int value="3" label="Server failed"/> |
</enum> |
+<enum name="PDFFeatures" type="int"> |
+ <int value="0" label="Loaded Document"/> |
+ <int value="1" label="Has Title"/> |
+ <int value="2" label="Has Bookmarks"/> |
+</enum> |
+ |
<enum name="PeerConnectionCounters" type="int"> |
<int value="0" label="PeerConnection enabled with IPv4."/> |
<int value="1" label="PeerConnection enabled with Ipv6."/> |