| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 2c5a4ba690bbcc73849bba448df8d7708d4e2f16..541b5cd7c04bad300960007704226fbf4146c4a6 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -57175,6 +57175,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>
|
|
|