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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2911523002: Add metrics to printer setup flow. (Closed)
Patch Set: rebase Created 3 years, 6 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
« tools/metrics/histograms/enums.xml ('K') | « 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 5f4ea6b4c6d4365f4b0633e3bf7e3d02fdd9071e..6af39c208f45013791ff37cc390a7fbe8d753feb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57069,6 +57069,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Printing.CUPS.PpdSource" enum="PpdSource">
+ <owner>skau@chromium.org</owner>
+ <summary>
+ The source of PostScript Printer Description files used during printer
+ setup. Recorded when a printer is successfully configured. Only recorded
Mark P 2017/05/26 22:57:30 This statement looks wrong to me. It looks like t
skau 2017/05/26 23:31:51 The comment has been updated. We want to track at
+ on Chrome OS.
+ </summary>
+</histogram>
+
+<histogram name="Printing.CUPS.PrinterSetupResult" enum="PrinterSetupResult">
+ <owner>skau@chromium.org</owner>
+ <summary>
+ The success or error code for the set up of a CUPS printer. Recorded when
+ set up is attempted through the settings dialogs. Only recorded on Chrome
+ OS.
+ </summary>
+</histogram>
+
<histogram name="Printing.CUPS.PrintJobsQueued" units="count">
<owner>skau@chromium.org</owner>
<summary>
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698