Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 899634f2011dd43ab1dbf32a5754ef348805936d..b47b6d8610ceddf173810ec58b4656997448a373 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -11677,6 +11677,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Media.VideoCapture.FramesReceived" enum="BooleanReceived"> |
+ <owner>grunell@chromium.org</owner> |
+ <owner>mcasas@chromium.org</owner> |
+ <summary> |
+ If any frames were received during a video capture session. It's recorded |
Ilya Sherman
2014/09/02 20:11:29
nit: "If" -> "Whether"
Ilya Sherman
2014/09/02 20:11:29
nit: "It's" -> "This metric is"
|
+ when a video source is stopped. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Media.VideoCapture.Height" units="pixels"> |
<owner>mcasas@chromium.org</owner> |
<summary> |
@@ -11749,15 +11758,6 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<summary>Metadata rotation in mp4 videos. Emitted during demuxing.</summary> |
</histogram> |
-<histogram name="Media.VideoTrackAdapter.FramesReceived" enum="BooleanReceived"> |
Ilya Sherman
2014/09/02 20:11:29
Please mark this histogram as <obsolete> rather th
|
- <owner>grunell@chromium.org</owner> |
- <owner>mcasas@chromium.org</owner> |
- <summary> |
- If any frames were received during a video capture session. It's recorded |
- when a video source is stopped. |
- </summary> |
-</histogram> |
- |
<histogram name="Media.VideoVisibleAspectRatio"> |
<owner>scherkus@chromium.org</owner> |
<summary>Visible aspect ratio of HTML5 video.</summary> |