Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index f991178f65fe93f2fe05c4f636d89c88ada826be..5dd2ae332ea5a4105c9dfcc6585d4d2024a735c4 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -3347,10 +3347,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<histogram name="AuthPolicy.TimeToRunKlist" units="ms"> |
<owner>ljusten@chromium.org</owner> |
<summary> |
- Time in milliseconds to call 'klist' (print Kerberos ticket-granting- |
- ticket information). The command reveals a TGT's lifetime, which is used to |
- determine TGT status in GetUserStatus() called periodically by Chrome. |
- The value is recorded no matter if the operation was successful or not. |
+ Time in milliseconds to call 'klist' (print Kerberos ticket-granting-ticket |
+ information). The command reveals a TGT's lifetime, which is used to |
+ determine TGT status in GetUserStatus() called periodically by Chrome. The |
+ value is recorded no matter if the operation was successful or not. |
</summary> |
</histogram> |
@@ -26721,6 +26721,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Media.Audio.Capture.DetectedMissingCallbacks" |
+ enum="BooleanMissingCallbacks"> |
+ <owner>grunell@chromium.org</owner> |
+ <summary> |
+ Whether missing callbacks where detected during audio capture. Logged when |
+ AudioInputDevice is stopped. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Media.Audio.Capture.FramesProvided" units="frames"> |
<owner>grunell@chromium.org</owner> |
<summary> |