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

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

Issue 2398763002: Add font substitution metric for Linux (Closed)
Patch Set: Use histogram instead of action Created 4 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
« no previous file with comments | « pdf/preview_mode_client.cc ('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 eddd628c65a3930b7f1b68dbb892bade47c64339..a958ecc98cc6565c2f3760cddff0828695190ce2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41632,6 +41632,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PDF.FontSubstituted" enum="PDFFontSubstituted">
rkaplow 2016/10/07 17:40:31 I would just use Boolean, and name this something
+ <owner>npm@chromium.org</owner>
+ <summary>
+ Tracks documents opened in the PDF viewer where substitute fonts need to be
+ used.
+ </summary>
+</histogram>
+
<histogram name="Pepper.InterfaceUsed" enum="PepperInterface">
<owner>sehr@chromium.org</owner>
<owner>bradnelson@chromium.org</owner>
@@ -92899,6 +92907,11 @@ value.
<int value="2" label="Has Bookmarks"/>
</enum>
+<enum name="PDFFontSubstituted" type="int">
+ <int value="0" label="No Font Subst"/>
+ <int value="1" label="Font Substituted"/>
+</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 | « pdf/preview_mode_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698