Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index e1d5c0455202107a9753e8288d8bbf1d97d3ba93..8512d0663d8e7e6af83ffd5ed42e44f4a7caa952 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -56540,6 +56540,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Printing.CUPS.PrinterAdded" enum="PrinterProtocol"> |
|
Mark P
2017/05/25 20:48:17
I don't see this already existing in enums.xml. D
skau
2017/05/26 03:10:11
It's in the dependent patch set that I just landed
|
| + <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.ProtocolUsed" enum="PrinterProtocol"> |
| <owner>skau@chromium.org</owner> |
| <summary> |