Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: tools/metrics/histograms/enums.xml

Issue 2923043005: Add metrics to printer setup flow. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chromeos/printing/printer_configuration.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 799e4cb708e8bfe15e0c20406496f9003bd80a57..eed89411ebe7c377dd2f760e263c102cc4393630 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -28961,6 +28961,11 @@ from previous Chrome versions.
<int value="5" label="Shortcut. Restart required."/>
</enum>
+<enum name="PpdSource" type="int">
+ <int value="0" label="PPD provided by user"/>
+ <int value="1" label="PPD downloaded from SCS"/>
+</enum>
+
<enum name="PrecacheEvents" type="int">
<int value="0" label="PRECACHE_TASK_STARTED_PERIODIC"/>
<int value="1" label="PRECACHE_TASK_STARTED_ONEOFF"/>
@@ -29435,6 +29440,17 @@ from previous Chrome versions.
<int value="4" label="Printer provider Web Store app launched"/>
</enum>
+<enum name="PrinterSetupResult" type="int">
+ <int value="0" label="Fatal Error"/>
+ <int value="1" label="Success"/>
+ <int value="2" label="Printer Unreachable"/>
+ <int value="3" label="Could not contact debugd over dbus"/>
+ <int value="10" label="PPD exceeds size limit"/>
+ <int value="11" label="PPD Rejected by cupstestppd"/>
+ <int value="12" label="Could not find PPD"/>
+ <int value="13" label="Failed to download PPD"/>
+</enum>
+
<enum name="PrintJobResult" type="int">
<int value="0" label="Unknown"/>
<int value="1" label="Successful Finish"/>
« no previous file with comments | « chromeos/printing/printer_configuration.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698