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

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

Issue 1403833002: Material PDF: Add metrics to count usage of PDF title and bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use a single histogram Created 5 years, 2 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
« pdf/out_of_process_instance.cc ('K') | « tools/metrics/actions/extract_actions.py ('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 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."/>
« pdf/out_of_process_instance.cc ('K') | « tools/metrics/actions/extract_actions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698