| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 71cadf8d98ee661f9192c8d0650cc7d356f2bcba..c64fd65d31312a41e46ed95b8f28513aa0538276 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -57260,6 +57260,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.PrintersDiscovered" units="printers">
|
| <owner>skau@chromium.org</owner>
|
| <summary>
|
|
|