| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7de5ee9588f25c6f8f38940f6919a63cce2fdb85..df5e4c67da4d47501b1946f621a98db63ea7c23f 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.JobResult" enum="PrintJobResult">
|
| + <owner>skau@chromium.org</owner>
|
| + <summary>
|
| + The final status of every print job that was succesfully queued. Only used
|
| + on Chrome OS.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Printing.CUPS.PrintJobsQueued" units="count">
|
| + <owner>skau@chromium.org</owner>
|
| + <summary>
|
| + The size of the print queue when a print job is initially queued. When the
|
| + first job is started, a zero is recorded. Only used on Chrome OS.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="PrintPreview.DestinationAction"
|
| enum="PrintPreviewPrintDestinationBuckets">
|
| <owner>vitalybuka@chromium.org</owner>
|
|
|