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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 316863004: Battery Status API: add UMA logging for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « content/browser/battery_status/battery_status_manager_android.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 c2fd7d37eab4039981be042eb11627f6fe788b5f..95200cfdc2c9d2cc926a99e3ac3d6ec533bbceb0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1749,6 +1749,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="BatteryStatus.BatteryAndroidAvailable" enum="BooleanAvailable">
+ <owner>timvolodine@chromium.org</owner>
+ <summary>
+ Whether the battery information was available at the start of Battery
Michael van Ouwerkerk 2014/06/04 16:21:48 Nit: this sentence feels incomplete. How about "Wh
timvolodine 2014/06/05 11:49:13 Done.
+ Status.
+ </summary>
+</histogram>
+
<histogram name="Blacklist.Blocked" enum="DllHash">
<owner>csharp@chromium.org</owner>
<summary>
« no previous file with comments | « content/browser/battery_status/battery_status_manager_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698