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

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

Issue 2903113002: Track printer protocol usage for CUPS printers. (Closed)
Patch Set: Created 3 years, 7 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 7de5ee9588f25c6f8f38940f6919a63cce2fdb85..1ba1580040022fd074a88d28006a2d42eae668fb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9815,6 +9815,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="CUPS.ProtocolUsed" enum="PrinterProtocol">
+ <owner>skau@chromium.org</owner>
+ <summary>
+ Records the protocol for a selected printer in Chrome OS. Used to track
+ usage of the various printer protocols. Since a selection occurs when print
+ preview is opened, this will count at least one every time that happens if a
+ CUPS printer was selected.
+ </summary>
+</histogram>
+
<histogram name="CustomTabs.ClientAppId" enum="ClientAppId">
<owner>yusufo@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698