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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 107103004: Implement the spring charger replacement UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Point iFrame to production site. Created 7 years 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 | « tools/metrics/actions/chromeactions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 082857592dcfd6a2e204d8b5dbb3b6fcaeadc460..952d93bb6e2b897999de4643f0078b041a02a764 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13907,6 +13907,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Power.ChargerType" enum="PowerChargerType">
+ <summary>
+ External power supply type such as MAINS_CHARGER, USB_CHARGER,
+ UNCONFIRMED_SPRING_CHARGER, SAFE_SPRING_CHARGER. A sample is reported each
+ time a charger is connected to the device.
+ </summary>
+</histogram>
+
<histogram name="Power.FirmwareResumeTimeOnAC" units="milliseconds">
<summary>
The time that the firmware took to resume the Chrome OS device from
@@ -28201,6 +28209,14 @@ other types of suffix sets.
<int value="2" label="Brightness Absolute"/>
</enum>
+<enum name="PowerChargerType" type="int">
+ <int value="0" label="Unknown charger"/>
+ <int value="1" label="MAINS charger"/>
+ <int value="2" label="USB Charger"/>
+ <int value="3" label="Unconfirmed Spring Charger"/>
+ <int value="4" label="Safe Spring Charger"/>
+</enum>
+
<enum name="PreconnectedNavigation" type="int">
<int value="0" label="No recent pre-connect to the page"/>
<int value="1" label="Page nav. preceded by a pre-connect"/>
« no previous file with comments | « tools/metrics/actions/chromeactions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698