Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 7139466148e97b671367d70390d001e137c2e3dc..96c01a9ee61719f6c752a5ff15bbd75c8b6af42a 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -12237,6 +12237,16 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Media.VideoCapture.BlacklistedDevice" |
+ enum="BlacklistedVideoCaptureDeviceNames"> |
+ <owner>mcasas@chromium.org</owner> |
+ <summary> |
+ Counts appearances of Blacklisted Video Capture devices during enumeration. |
+ This collection happens during first enumeration in the appropriate |
+ platforms' VideoCaptureDeviceFactory. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Media.VideoCapture.FrameRate" units="fps"> |
<owner>mcasas@chromium.org</owner> |
<summary> |
@@ -39341,6 +39351,12 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="2" label="1+"/> |
</enum> |
+<enum name="BlacklistedVideoCaptureDeviceNames" type="int"> |
+ <int value="0" label="Google GTalk Camera Adapter"/> |
+ <int value="1" label="IP Camera"/> |
+ <int value="2" label="Cyberlink YouCam Webcam Splitter"/> |
+</enum> |
+ |
<enum name="BlacklistSetup" type="int"> |
<int value="0" label="Blacklist enabled"/> |
<int value="1" label="Blacklist ran successfully."/> |