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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2903883003: Log printer additions and removals by protocol. (Closed)
Patch Set: rebase again 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6ed192b3a430a9c42cd098e58111a7082c27aa59..8aa754b6fd4a49c51185194f05b0b83e28837cfb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57085,6 +57085,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Printing.CUPS.PrinterAdded" enum="PrinterProtocol">
+ <owner>skau@chromium.org</owner>
+ <summary>
+ The protocol for a printer that was added. Used to track printer churn by
+ protocol. Only on Chrome OS.
+ </summary>
+</histogram>
+
+<histogram name="Printing.CUPS.PrinterRemoved" enum="PrinterProtocol">
+ <owner>skau@chromium.org</owner>
+ <summary>
+ The protocol for a printer that was removed. Used to track printer churn by
+ protocol. Only on Chrome OS.
+ </summary>
+</histogram>
+
<histogram name="Printing.CUPS.PrintJobsQueued" units="count">
<owner>skau@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698