Commit 6fc09811 authored by Stefan Holmer's avatar Stefan Holmer Committed by Commit Bot

Move expiry date for video capture resolution and framerate histograms and add handellm@ as owner.

Bug: 1088919
Change-Id: Iabd3bf97ec3abd8ccb5e54ca63e201fdfc2867a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485942Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Elad Alon <eladalon@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821341}
parent 66b83d54
...@@ -3625,6 +3625,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -3625,6 +3625,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<owner>mcasas@chromium.org</owner> <owner>mcasas@chromium.org</owner>
<owner>guidou@chromium.org</owner> <owner>guidou@chromium.org</owner>
<owner>armax@chromium.org</owner> <owner>armax@chromium.org</owner>
<owner>handellm@chromium.org</owner>
<summary> <summary>
Video Capture Device frame rate requested by VideoCaptureManager on Video Capture Device frame rate requested by VideoCaptureManager on
AllocateAndStart(). The collection is made in the VideoCaptureController AllocateAndStart(). The collection is made in the VideoCaptureController
...@@ -3632,8 +3633,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -3632,8 +3633,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary> </summary>
</histogram> </histogram>
<histogram name="Media.VideoCapture.Height" units="pixels" expires_after="M85"> <histogram name="Media.VideoCapture.Height" units="pixels" expires_after="M99">
<owner>mcasas@chromium.org</owner> <owner>mcasas@chromium.org</owner>
<owner>handellm@chromium.org</owner>
<summary> <summary>
Video Capture Device captured frame height in pixels. The collection is made Video Capture Device captured frame height in pixels. The collection is made
in the VideoCaptureController upon reception of the first frame. in the VideoCaptureController upon reception of the first frame.
...@@ -3705,8 +3707,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. ...@@ -3705,8 +3707,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</summary> </summary>
</histogram> </histogram>
<histogram name="Media.VideoCapture.Width" units="pixels" expires_after="M82"> <histogram name="Media.VideoCapture.Width" units="pixels" expires_after="M99">
<owner>mcasas@chromium.org</owner> <owner>mcasas@chromium.org</owner>
<owner>handellm@chromium.org</owner>
<summary> <summary>
Video Capture Device captured frame width in pixels. The collection is made Video Capture Device captured frame width in pixels. The collection is made
in the VideoCaptureController upon reception of the first frame. in the VideoCaptureController upon reception of the first frame.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment