| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a5fb2c82fd0a3dcf91af5cbef03b3ec318bd9565..71cadf8d98ee661f9192c8d0650cc7d356f2bcba 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -57251,6 +57251,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Printing.CUPS.PpdSource" enum="PpdSource">
|
| + <owner>skau@chromium.org</owner>
|
| + <summary>
|
| + Records the source of PostScript Printer Description files used during
|
| + printer setup. Entries are recorded for every attempted configuration. Only
|
| + recorded on Chrome OS.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Printing.CUPS.PrintersDiscovered" units="printers">
|
| <owner>skau@chromium.org</owner>
|
| <summary>
|
| @@ -57259,6 +57268,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Printing.CUPS.PrinterSetupResult" enum="PrinterSetupResult">
|
| + <owner>skau@chromium.org</owner>
|
| + <summary>
|
| + The success or error code for the setup of a CUPS printer. Recorded when
|
| + setup is attempted through the settings dialogs. Only recorded on Chrome
|
| + OS.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Printing.CUPS.PrintJobsQueued" units="count">
|
| <owner>skau@chromium.org</owner>
|
| <summary>
|
|
|