Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 890d404ec39ee8203f68a6c95d36fae0e089d44d..b54863922b79ea152653718567317a903b422dce 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -26898,6 +26898,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Platform.BatteryAbsent" enum="BooleanAbsent"> |
+ <owner>cernekee@chromium.org</owner> |
+ <summary> |
+ Indicates whether the kernel's ACPI Smart Battery System driver logged an |
+ error trying to find the battery on boot. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Platform.BootSectorsRead"> |
<owner>sonnyrao@chromium.org</owner> |
<summary> |
@@ -48218,6 +48226,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="1" label="True"/> |
</enum> |
+<enum name="BooleanAbsent" type="int"> |
+ <int value="0" label="Not Absent"/> |
+ <int value="1" label="Absent"/> |
+</enum> |
+ |
<enum name="BooleanAccepted" type="int"> |
<int value="0" label="Not Accepted"/> |
<int value="1" label="Accepted"/> |