| 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>
|
|
|