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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 556873004: Battery Status API: add UMA logging for Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « content/browser/battery_status/battery_status_manager_win.cc ('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 57cf2870374239a36267d9e56c954da44c72c716..2dd7578e6ab4948ed0cfbc6a8f20ef0c15ab4532 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1945,6 +1945,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="BatteryStatus.NumberBatteriesWin"
+ enum="BatteryStatusNumberBatteriesWin">
+ <owner>timvolodine@chromium.org</owner>
+ <summary>
+ Number of batteries reported by Windows at the start of the Battery Status
+ API.
+ </summary>
+</histogram>
+
<histogram name="BatteryStatus.StartAndroid" enum="BooleanSuccess">
<owner>timvolodine@chromium.org</owner>
<summary>
@@ -38083,6 +38092,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="5" label="5+"/>
</enum>
+<enum name="BatteryStatusNumberBatteriesWin" type="int">
+ <int value="1" label="1+"/>
+ <int value="2" label="Unknown"/>
Ilya Sherman 2014/09/12 19:32:58 nit: It's often best to put the "Unknown" bucket f
timvolodine 2014/09/23 19:04:39 Done.
+</enum>
+
<enum name="BlacklistSetup" type="int">
<int value="0" label="Blacklist enabled"/>
<int value="1" label="Blacklist ran successfully."/>
« no previous file with comments | « content/browser/battery_status/battery_status_manager_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698